diff options
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r-- | Swift/QtUI/QtTabbable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h index c28e301..be528ce 100644 --- a/Swift/QtUI/QtTabbable.h +++ b/Swift/QtUI/QtTabbable.h @@ -7,6 +7,7 @@ namespace Swift { class QtTabbable : public QWidget { Q_OBJECT public: + ~QtTabbable(); bool isWidgetSelected(); virtual bool isWidgetAlerting() {return false;}; protected: |