diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-06-13 15:19:53 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-06-13 15:19:53 (GMT) |
commit | b1c31be668122b23014a7e71be75353f81d157e3 (patch) | |
tree | 6b6f30c8bf56b950b6db1e2cdd003f3ffbc917d6 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 7b45050c5d3f994a2ef64ed05e56184d563b4446 (diff) | |
download | CMake-b1c31be668122b23014a7e71be75353f81d157e3.zip CMake-b1c31be668122b23014a7e71be75353f81d157e3.tar.gz CMake-b1c31be668122b23014a7e71be75353f81d157e3.tar.bz2 |
ENH: Make original flat view the default.
Add option to switch to grouped view (and remember it).
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 5c781f0..a1be993 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -75,6 +75,7 @@ protected slots: void addCacheEntry(); void startSearch(); void setDebugOutput(bool); + void toggleGroupView(bool); protected: |