mirror of
https://github.com/YACReader/yacreader
synced 2025-11-03 16:54:39 -05:00
removed no longer needed includes
This commit is contained in:
@ -17,6 +17,7 @@ class GoToFlowToolBar : public QWidget
|
||||
QPushButton * goToButton;
|
||||
QWidget * bar;
|
||||
void resizeEvent(QResizeEvent * event);
|
||||
void paintEvent(QPaintEvent *);
|
||||
|
||||
public:
|
||||
GoToFlowToolBar(QWidget * parent = 0);
|
||||
@ -30,4 +31,4 @@ class GoToFlowToolBar : public QWidget
|
||||
void goTo(unsigned int);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user