mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use fully qualified names
This commit is contained in:
parent
474689e24b
commit
1c144d950d
@ -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);
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ public slots:
|
||||
void reset() override;
|
||||
void setNumSlides(unsigned int slides) override;
|
||||
void setImageReady(int index, const QByteArray &image) override;
|
||||
void setFlowType(FlowType flowType) override;
|
||||
void setFlowType(YACReader::FlowType flowType) override;
|
||||
void updateConfig(QSettings *settings) override;
|
||||
void setFlowRightToLeft(bool b) override;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user