diff options
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 4b10e7a6b..e835b6366 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -38,8 +38,8 @@ public: void reload(); bool eventFilter(QObject* , QEvent*); - virtual void resizeEvent(QResizeEvent* ); - virtual void showEvent(QShowEvent* ); + virtual void resizeEvent(QResizeEvent*); + virtual void showEvent(QShowEvent*); public Q_SLOTS: void addCylinder_clicked(); |