diff options
Diffstat (limited to 'Swift/QtUI/ChatList')
-rw-r--r-- | Swift/QtUI/ChatList/QtChatListWindowFactory.cpp | 2 |
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(); } |