diff options
author | Marc Bartholomaeus <marc.bartholomaeus@carmeq.com> | 2013-04-17 22:53:12 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-04-24 19:32:42 (GMT) |
commit | 4ce65e82f5865469f392b0d021da588366bc14c3 (patch) | |
tree | b6501faa85d75ffd045943e983b36b6bc7d69aeb /Source/QtDialog/CMakeSetupDialog.h | |
parent | df3663bfabc9de99a7338ea0a19a1101a8dbc703 (diff) | |
download | CMake-4ce65e82f5865469f392b0d021da588366bc14c3.zip CMake-4ce65e82f5865469f392b0d021da588366bc14c3.tar.gz CMake-4ce65e82f5865469f392b0d021da588366bc14c3.tar.bz2 |
cmake-gui: Add search functions to the context menu of the Output widget
Signed-off-by: Alex Neundorf <neundorf@kde.org>
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index 88fefcc..100834d 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -77,6 +77,7 @@ protected slots: bool doConfigureInternal(); bool doGenerateInternal(); void exitLoop(int); + void doOutputContextMenu(const QPoint &); void doOutputFindDialog(); void doOutputFindNext(bool directionForward = true); void doOutputFindPrev(); |