diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-02-11 12:41:22 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-02-11 12:41:22 (GMT) |
| commit | e81caa93d528bf7e73e66057093814371a538bf2 (patch) | |
| tree | 3e4e24628ce61f8c475c47c86eee1c93339b9429 /Swift/QtUI/UserSearch/QtUserSearchWindow.h | |
| parent | b8a73b1d16afd4f3aa0e8e39447024ec541df4c8 (diff) | |
| download | swift-contrib-e81caa93d528bf7e73e66057093814371a538bf2.zip swift-contrib-e81caa93d528bf7e73e66057093814371a538bf2.tar.bz2 | |
Allow double-clicking in the user search results.
Resolves: #748
Diffstat (limited to 'Swift/QtUI/UserSearch/QtUserSearchWindow.h')
| -rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.h b/Swift/QtUI/UserSearch/QtUserSearchWindow.h index e7b8226..a9a9ffa 100644 --- a/Swift/QtUI/UserSearch/QtUserSearchWindow.h +++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.h @@ -45,6 +45,8 @@ namespace Swift { public: QtUserSearchResultsPage(); virtual bool isComplete() const; + signals: + void onUserTriggersFinish(); public slots: void emitCompletenessCheck(); }; |
Swift