diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-03-29 18:54:23 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-03-29 18:54:23 (GMT) |
commit | d2b07202f6b71b0601d032dbf93778d0a656e808 (patch) | |
tree | 975f94343b6ece69406d30cafee449093ecfc768 /Swift/QtUI/SConscript | |
parent | cf664dd8baa1accc355ec4a727899a9f68f68ed5 (diff) | |
download | swift-d2b07202f6b71b0601d032dbf93778d0a656e808.zip swift-d2b07202f6b71b0601d032dbf93778d0a656e808.tar.bz2 |
Populate the chats list with muc bookmarks
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r-- | Swift/QtUI/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript index d2e6c37..e0e41bc 100644 --- a/Swift/QtUI/SConscript +++ b/Swift/QtUI/SConscript @@ -88,6 +88,7 @@ sources = [ "ChatList/QtChatListWindowFactory.cpp", "ChatList/ChatListModel.cpp", "ChatList/ChatListDelegate.cpp", + "ChatList/ChatListMUCItem.cpp", "QtSubscriptionRequestWindow.cpp", "QtRosterHeader.cpp", "qrc_DefaultTheme.cc", |