summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-05 11:45:52 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-05 11:45:52 (GMT)
commit559ab08f0a214f57cc84887eb65128519d1dc7f5 (patch)
tree601bee9ae4dbc128438ebbb0d4bd70db817992d6 /Swift/QtUI/ChatList
parent348a4f13c5f00a27ad5c7e4f392948de7cc454e3 (diff)
downloadswift-559ab08f0a214f57cc84887eb65128519d1dc7f5.zip
swift-559ab08f0a214f57cc84887eb65128519d1dc7f5.tar.bz2
Fix two warnings
Diffstat (limited to 'Swift/QtUI/ChatList')
-rw-r--r--Swift/QtUI/ChatList/QtChatListWindowFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/ChatList/QtChatListWindowFactory.cpp b/Swift/QtUI/ChatList/QtChatListWindowFactory.cpp
index 5540206..9f186d0 100644
--- a/Swift/QtUI/ChatList/QtChatListWindowFactory.cpp
+++ b/Swift/QtUI/ChatList/QtChatListWindowFactory.cpp
@@ -9,7 +9,7 @@ QtChatListWindowFactory::QtChatListWindowFactory(QtMainWindowFactory* mainWindow
mainWindowFactory_ = mainWindowFactory;
}
-ChatListWindow* QtChatListWindowFactory::createWindow(UIEventStream* uiEventStream) {
+ChatListWindow* QtChatListWindowFactory::createWindow(UIEventStream* /*uiEventStream*/) {
return ((QtMainWindow*)mainWindowFactory_->getLastCreatedWindow())->getChatListWindow();
}