diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-03-28 13:25:13 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-03-28 13:25:35 (GMT) | 
| commit | a59af6c6daa72dd491189335cf2d255a788eb0f6 (patch) | |
| tree | a09c9b67e6ba5ea0ac87ab06a0b9836d61571a3e /Swift/QtUI/QtSwift.h | |
| parent | 625d6a9f18c2377cdc3180e74b773ce3cbb2dcba (diff) | |
| download | swift-contrib-a59af6c6daa72dd491189335cf2d255a788eb0f6.zip swift-contrib-a59af6c6daa72dd491189335cf2d255a788eb0f6.tar.bz2  | |
Chat list in the gui (mostly non-functional).
Diffstat (limited to 'Swift/QtUI/QtSwift.h')
| -rw-r--r-- | Swift/QtUI/QtSwift.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSwift.h b/Swift/QtUI/QtSwift.h index 5a3f9b3..7471bc2 100644 --- a/Swift/QtUI/QtSwift.h +++ b/Swift/QtUI/QtSwift.h @@ -22,6 +22,7 @@ namespace Swift {  	class QtSystemTray;  	class QtSoundPlayer;  	class QtEventWindowFactory; +	class QtChatListWindowFactory;  	class QtSwift : public QObject {  		Q_OBJECT @@ -32,6 +33,7 @@ namespace Swift {  			MainController *mainController_;  			QtTreeWidgetFactory *treeWidgetFactory_;  			QtChatWindowFactory *chatWindowFactory_; +			QtChatListWindowFactory *chatListWindowFactory_;  			QtMainWindowFactory *rosterWindowFactory_;  			QtLoginWindowFactory *loginWindowFactory_;  			QtXMLConsoleWidgetFactory* xmlConsoleWidgetFactory_;  | 
 Swift