summaryrefslogtreecommitdiff
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorMarc Bartholomaeus <marc.bartholomaeus@carmeq.com>2013-04-18 01:06:00 +0200
committerAlex Neundorf <neundorf@kde.org>2013-04-24 15:32:42 -0400
commit6e57724fc3f95f954666fbe9c33ea14e22c858a3 (patch)
tree5d68237fec1d3194d2b23ab236bd8e6928fd3809 /Source/QtDialog/CMakeSetupDialog.h
parent7be2d8acc64e371748b8758f16b7aa6bdaf3fd0f (diff)
downloadcmake-6e57724fc3f95f954666fbe9c33ea14e22c858a3.tar.gz
cmake-gui: Add function for going to next error message in Output window
Using new shortcuts: F8 (Visual Studio) and Ctrl-. (Eclipse) 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 100834d32c..963c7d12e3 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -81,6 +81,7 @@ protected slots:
void doOutputFindDialog();
void doOutputFindNext(bool directionForward = true);
void doOutputFindPrev();
+ void doOutputErrorNext();
protected: