summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-06-26 07:56:42 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:52:56 (GMT)
commit39dfd6c2068e3d6850f607fd400031203b846e57 (patch)
tree8273a805b3271020c490b11419a81d336aa963af /Swift/Controllers/MainController.h
parent743388feda5091bd6e54d88f66d2866a59205f35 (diff)
downloadswift-contrib-39dfd6c2068e3d6850f607fd400031203b846e57.zip
swift-contrib-39dfd6c2068e3d6850f607fd400031203b846e57.tar.bz2
Use seperate controllers for viewing/handling history
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 5a767d3..8f04f6c 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -52,6 +52,7 @@ namespace Swift {
class SoundEventController;
class SoundPlayer;
class XMLConsoleController;
+ class HistoryViewController;
class HistoryController;
class FileTransferListController;
class UIEventStream;
@@ -144,6 +145,7 @@ namespace Swift {
LoginWindow* loginWindow_;
UIEventStream* uiEventStream_;
XMLConsoleController* xmlConsoleController_;
+ HistoryViewController* historyViewController_;
HistoryController* historyController_;
FileTransferListController* fileTransferListController_;
ChatsManager* chatsManager_;