diff options
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ class SheMov : public QMainWindow { Q_OBJECT public: SheMov(QWidget *parent = 0, Qt::WindowFlags flags = 0); - ~SheMov() {} + virtual ~SheMov() {} protected: virtual void closeEvent(QCloseEvent *event); |