summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Doukoudakis <thanos.doukoudakis@isode.com>2018-07-12 16:54:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2018-07-16 21:03:18 (GMT)
commit9dbc6e8837038f5c084caa684a8cefa78daaf8b9 (patch)
tree8067463d45db043bd176dad3fc18c6c7ad213d12 /Swift/QtUI/QtSwift.h
parent95b04304452c4cf0a01f676a12779dacc6fa51a4 (diff)
downloadswift-9dbc6e8837038f5c084caa684a8cefa78daaf8b9.zip
swift-9dbc6e8837038f5c084caa684a8cefa78daaf8b9.tar.bz2
Change some spelling mistakes and improve style
Test-Information: None. Change-Id: Idea7be5b1dd5d1829cd1a468d12cb527204ab397
Diffstat (limited to 'Swift/QtUI/QtSwift.h')
-rw-r--r--Swift/QtUI/QtSwift.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/Swift/QtUI/QtSwift.h b/Swift/QtUI/QtSwift.h
index 1d5c5ed..f35d2cc 100644
--- a/Swift/QtUI/QtSwift.h
+++ b/Swift/QtUI/QtSwift.h
@@ -35,27 +35,28 @@ namespace po = boost::program_options;
class QSplitter;
namespace Swift {
- class QtUIFactory;
- class CertificateStorageFactory;
- class Dock;
- class Notifier;
- class StoragesFactory;
class ApplicationPathProvider;
class AvatarStorage;
class CapsStorage;
+ class CertificateStorageFactory;
+ class Dock;
+ class EventLoop;
class MainController;
- class QtSystemTray;
+ class Notifier;
class QtChatTabs;
class QtChatWindowFactory;
- class QtSoundPlayer;
+ class QtLoginWindow;
class QtMUCSearchWindowFactory;
+ class QtSingleWindow;
+ class QtSoundPlayer;
+ class QtSystemTray;
+ class QtUIFactory;
class QtUserSearchWindowFactory;
- class EventLoop;
- class URIHandler;
class SettingsProviderHierachy;
- class XMLSettingsProvider;
class StatusCache;
- class QtSingleWindow;
+ class StoragesFactory;
+ class URIHandler;
+ class XMLSettingsProvider;
class QtSwift : public QObject {
Q_OBJECT
@@ -83,7 +84,7 @@ namespace Swift {
std::vector<QtUIFactory*> uiFactories_;
QtSettingsProvider* qtSettings_;
XMLSettingsProvider* xmlSettings_;
- SettingsProviderHierachy* settingsHierachy_;
+ SettingsProviderHierachy* settingsHierarchy_;
QtSingleWindow* splitter_;
QtSoundPlayer* soundPlayer_;
Dock* dock_;