diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-08-29 21:28:20 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-08-29 21:28:20 (GMT) |
| commit | 509c20d24b59e09e7aeb5045abebad8a370bb3ba (patch) | |
| tree | e063f3fa2060f09474aeb9d8fe4c68dbeb54ac35 /Swift/QtUI/QtChatTabs.h | |
| parent | 0d6f71fadac786fb94302e8f5762e37f7e598e53 (diff) | |
| download | swift-contrib-509c20d24b59e09e7aeb5045abebad8a370bb3ba.zip swift-contrib-509c20d24b59e09e7aeb5045abebad8a370bb3ba.tar.bz2 | |
Experimental fix for stuff in background, chats coming to front when opened etc.
Diffstat (limited to 'Swift/QtUI/QtChatTabs.h')
| -rw-r--r-- | Swift/QtUI/QtChatTabs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatTabs.h b/Swift/QtUI/QtChatTabs.h index 97967c9..87b8b10 100644 --- a/Swift/QtUI/QtChatTabs.h +++ b/Swift/QtUI/QtChatTabs.h @@ -10,6 +10,7 @@ namespace Swift { public: QtChatTabs(); void addTab(QtTabbable* tab); + void minimise(); protected slots: void closeEvent(QCloseEvent* event); @@ -19,6 +20,7 @@ namespace Swift { void handleTabTitleUpdated(); void handleTabCloseRequested(int index); void handleWidgetShown(); + void handleWantsToActivate(); private: QTabWidget* tabs_; }; |
Swift