removed no longer needed includes

This commit is contained in:
Luis Ángel San Martín
2015-12-11 19:14:50 +01:00
parent ef33a90c1a
commit e3cf09f402
6 changed files with 13 additions and 15 deletions

View File

@ -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