diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-07-05 17:25:04 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-07-05 17:25:04 (GMT) |
commit | f729538aaa8710155ea7dc9651c176aaf1c05c9e (patch) | |
tree | dc7ffc4ca4330ad62b20accc073aa6c678b7a95b /Source/QtDialog/CMakeSetupDialog.h | |
parent | 65ad7ba830588ab2646783b1a0df58abc0c38e37 (diff) | |
download | CMake-f729538aaa8710155ea7dc9651c176aaf1c05c9e.zip CMake-f729538aaa8710155ea7dc9651c176aaf1c05c9e.tar.gz CMake-f729538aaa8710155ea7dc9651c176aaf1c05c9e.tar.bz2 |
ENH: Replace Advanced checkbox and group option in menu with a combo box to
choose view type.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index a1be993..964ed61 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -75,7 +75,7 @@ protected slots: void addCacheEntry(); void startSearch(); void setDebugOutput(bool); - void toggleGroupView(bool); + void setViewType(int); protected: |