diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-04-02 21:41:24 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-04-02 21:41:24 (GMT) |
commit | 7ff914227d32a8cd4a13e1cbf2ff365fcf194374 (patch) | |
tree | 07ce09b53ebdd645ba59dd6f7c572ebb9c999910 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 6292341841c17af7932d27a21404efef4c9c4b5e (diff) | |
download | CMake-7ff914227d32a8cd4a13e1cbf2ff365fcf194374.zip CMake-7ff914227d32a8cd4a13e1cbf2ff365fcf194374.tar.gz CMake-7ff914227d32a8cd4a13e1cbf2ff365fcf194374.tar.bz2 |
ENH: Add debug output option to a new Options menu.
Move dev warnings option to the new Options menu.
Fixes #6335.
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 424bb55..1ce020d 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -73,6 +73,7 @@ protected slots: void selectionChanged(); void addCacheEntry(); void startSearch(); + void setDebugOutput(bool); protected: |