summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-23 14:53:15 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-23 20:01:27 (GMT)
commit1fe7e5991c8d1601874f47d9d7038eafb568f6f2 (patch)
treea126ee0f493efdf18c258e29c9f4a97189831cf8 /Swift/Controllers/MainController.h
parent8fe56244a23cd13ba9bafc439b1e502dfd3f82df (diff)
downloadswift-contrib-1fe7e5991c8d1601874f47d9d7038eafb568f6f2.zip
swift-contrib-1fe7e5991c8d1601874f47d9d7038eafb568f6f2.tar.bz2
added controllers for the History Window
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 21460ec..5d01fb7 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -44,6 +44,7 @@ namespace Swift {
class Notifier;
class ProfileController;
class ContactEditController;
+ class ViewHistoryController;
class TogglableNotifier;
class PresenceNotifier;
class EventNotifier;
@@ -144,6 +145,7 @@ namespace Swift {
ChatsManager* chatsManager_;
ProfileController* profileController_;
ContactEditController* contactEditController_;
+ ViewHistoryController* viewHistoryController_;
JID jid_;
JID boundJID_;
SystemTrayController* systemTrayController_;