summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-01-21 22:16:28 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-01-21 22:16:28 (GMT)
commitd0442b239d93a0cb9a04b112d5df5c34d557da6a (patch)
treeb1f87e5536531b206242d71dfc2946508b3dbc85 /Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
parent04f983d68e996708adcc7a68b852b0e953a28786 (diff)
downloadswift-d0442b239d93a0cb9a04b112d5df5c34d557da6a.zip
swift-d0442b239d93a0cb9a04b112d5df5c34d557da6a.tar.bz2
Disable 'ok' button when no MUC is selected in MUC search.
Resolves: #749
Diffstat (limited to 'Swift/QtUI/MUCSearch/QtMUCSearchWindow.h')
-rw-r--r--Swift/QtUI/MUCSearch/QtMUCSearchWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
index cb4585d..c7661c2 100644
--- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
+++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h
@@ -37,6 +37,7 @@ namespace Swift {
void handleSearch(const QString&);
void handleActivated(const QModelIndex& index);
void updateThrobberPosition();
+ void handleSelectionChanged (const QItemSelection&, const QItemSelection&);
private:
Ui::QtMUCSearchWindow ui_;