diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-01-22 12:11:00 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-01-22 12:27:06 (GMT) |
commit | 7de0bdc001ab361b26dc50add7b48e49f87ac755 (patch) | |
tree | 105fdf95f9a98d7ec0cdf904791f568b49823dc0 /Swift | |
parent | 8e9e479d8c9a8276bec7bc8c79bc28e90c397ac4 (diff) | |
download | swift-contrib-7de0bdc001ab361b26dc50add7b48e49f87ac755.zip swift-contrib-7de0bdc001ab361b26dc50add7b48e49f87ac755.tar.bz2 |
Remove compilation warning.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/MUCSearch/QtMUCSearchWindow.cpp | 2 |
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()); } |