Use fully qualified names

This commit is contained in:
Luis Ángel San Martín
2021-10-01 20:06:00 +02:00
parent 474689e24b
commit 1c144d950d
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ void GoToFlow::wheelEvent(QWheelEvent *event)
event->accept();
}
void GoToFlow::setFlowType(FlowType flowType)
void GoToFlow::setFlowType(YACReader::FlowType flowType)
{
flow->setFlowType(flowType);
}