mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
GoTo flows: Untangle and refactor goTo signal to new syntax
This commit is contained in:
@ -31,6 +31,8 @@ public slots:
|
||||
virtual void updateSize();
|
||||
virtual void updateConfig(QSettings *settings);
|
||||
virtual void setFlowRightToLeft(bool b) = 0;
|
||||
signals:
|
||||
void goToPage(unsigned int);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
Reference in New Issue
Block a user