summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swift/QtUI/ChatList/QtChatListWindowFactory.cpp2
-rw-r--r--Swift/QtUI/Roster/QtTreeWidget.cpp2
2 files changed, 2 insertions, 2 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();
}
diff --git a/Swift/QtUI/Roster/QtTreeWidget.cpp b/Swift/QtUI/Roster/QtTreeWidget.cpp
index be11a3e..eadd083 100644
--- a/Swift/QtUI/Roster/QtTreeWidget.cpp
+++ b/Swift/QtUI/Roster/QtTreeWidget.cpp
@@ -50,7 +50,7 @@ void QtTreeWidget::handleItemActivated(const QModelIndex& index) {
}
}
-void QtTreeWidget::contextMenuEvent(QContextMenuEvent* event) {
+void QtTreeWidget::contextMenuEvent(QContextMenuEvent* /*event*/) {
if (!contextMenu_) {
return;
}