summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-22 12:11:00 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-22 12:27:06 (GMT)
commit7de0bdc001ab361b26dc50add7b48e49f87ac755 (patch)
tree105fdf95f9a98d7ec0cdf904791f568b49823dc0 /Swift
parent8e9e479d8c9a8276bec7bc8c79bc28e90c397ac4 (diff)
downloadswift-7de0bdc001ab361b26dc50add7b48e49f87ac755.zip
swift-7de0bdc001ab361b26dc50add7b48e49f87ac755.tar.bz2
Remove compilation warning.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
index 2130993..bdc121c 100644
--- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
+++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp
@@ -165,7 +165,7 @@ void QtMUCSearchWindow::reject() {
QDialog::reject();
}
-void QtMUCSearchWindow::handleSelectionChanged(const QItemSelection& selection, const QItemSelection&) {
+void QtMUCSearchWindow::handleSelectionChanged(const QItemSelection&, const QItemSelection&) {
ui_.okButton->setEnabled(getSelectedRoom());
}