diff options
| author | Tobias Markmann <tm@ayena.de> | 2011-04-28 17:59:26 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-04-28 21:10:51 (GMT) | 
| commit | e31f0e1f42b11eabfd02d5d5759aeef0c0ef72b6 (patch) | |
| tree | 330e72ec7f27acca42334512c45d1a8e8681bacd /Swift/QtUI/QtChatTabs.h | |
| parent | 9a1e579654314d90154bd2782d1735323bf9596b (diff) | |
| download | swift-contrib-e31f0e1f42b11eabfd02d5d5759aeef0c0ef72b6.zip swift-contrib-e31f0e1f42b11eabfd02d5d5759aeef0c0ef72b6.tar.bz2  | |
Hiding widgets which aren't visible anyway to prevent them from redrawing.
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swift/QtUI/QtChatTabs.h')
| -rw-r--r-- | Swift/QtUI/QtChatTabs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatTabs.h b/Swift/QtUI/QtChatTabs.h index 233c574..19a486c 100644 --- a/Swift/QtUI/QtChatTabs.h +++ b/Swift/QtUI/QtChatTabs.h @@ -39,6 +39,7 @@ namespace Swift {  			void handleRequestedPreviousTab();  			void handleRequestedNextTab();  			void handleRequestedActiveTab(); +			void handleTabChange(int index);  			void flash();  		private:  | 
 Swift