diff options
author | Marc Bartholomaeus <marc.bartholomaeus@carmeq.com> | 2013-04-17 23:06:00 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-04-24 19:32:42 (GMT) |
commit | 6e57724fc3f95f954666fbe9c33ea14e22c858a3 (patch) | |
tree | 5d68237fec1d3194d2b23ab236bd8e6928fd3809 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 7be2d8acc64e371748b8758f16b7aa6bdaf3fd0f (diff) | |
download | CMake-6e57724fc3f95f954666fbe9c33ea14e22c858a3.zip CMake-6e57724fc3f95f954666fbe9c33ea14e22c858a3.tar.gz CMake-6e57724fc3f95f954666fbe9c33ea14e22c858a3.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index 100834d..963c7d1 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: |