summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-12-24 10:26:52 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-12-24 10:26:52 (GMT)
commit39209e6b419af417d3db011d7fd29433e88c8b3a (patch)
treef23a82b9df8ada162932b6e346c97f8db05a233f /Swift/QtUI/QtTabbable.h
parent290134a460538f61143ba50e0232a5d5be560ca3 (diff)
downloadswift-39209e6b419af417d3db011d7fd29433e88c8b3a.zip
swift-39209e6b419af417d3db011d7fd29433e88c8b3a.tar.bz2
Close chat tabset on signout.
Resolves: #227
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r--Swift/QtUI/QtTabbable.h1
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: