summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorMarc Bartholomaeus <marc.bartholomaeus@carmeq.com>2013-04-17 22:53:12 (GMT)
committerAlex Neundorf <neundorf@kde.org>2013-04-24 19:32:42 (GMT)
commit4ce65e82f5865469f392b0d021da588366bc14c3 (patch)
treeb6501faa85d75ffd045943e983b36b6bc7d69aeb /Source/QtDialog/CMakeSetupDialog.h
parentdf3663bfabc9de99a7338ea0a19a1101a8dbc703 (diff)
downloadCMake-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.h1
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();