summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-03-17 14:49:19 (GMT)
committerKevin Smith <kevin.smith@isode.com>2015-03-28 09:36:27 (GMT)
commit13bf4716eff5396e948d57e8e72f5cb8ec752d43 (patch)
tree84ab8e567661cf996c1c32605ba90bfeea5e8c29 /Swift/QtUI/QtUIFactory.h
parent69a5c4c3c99e05a81f0e89917302936a986c968e (diff)
downloadswift-13bf4716eff5396e948d57e8e72f5cb8ec752d43.zip
swift-13bf4716eff5396e948d57e8e72f5cb8ec752d43.tar.bz2
Move common code into a shared QtUIFactory::showTabs() method
Test-Information: Still builds and behaves as expected. Change-Id: Ic3553ae2e34acf58a912bc7e2643fcb7d66f824e
Diffstat (limited to 'Swift/QtUI/QtUIFactory.h')
-rw-r--r--Swift/QtUI/QtUIFactory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Swift/QtUI/QtUIFactory.h b/Swift/QtUI/QtUIFactory.h
index 41e5121..05b4f6a 100644
--- a/Swift/QtUI/QtUIFactory.h
+++ b/Swift/QtUI/QtUIFactory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2014 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -58,6 +58,9 @@ namespace Swift {
void handleHistoryWindowFontResized(int);
private:
+ void showTabs();
+
+ private:
SettingsProviderHierachy* settings;
QtSettingsProvider* qtOnlySettings;
QtChatTabs* tabs;