diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 05:02:08 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 05:02:08 (GMT) |
commit | b61e5ff0f2dd231813af7a157e042682aae69fb6 (patch) | |
tree | e960d3fb48d6bb5815342e048751d3a4dccd3f37 /Source/QtDialog/CMakeSetupDialog.h | |
parent | d0a7608bb1e7c5e722cb7d4cdfac73c0de7e572e (diff) | |
download | CMake-b61e5ff0f2dd231813af7a157e042682aae69fb6.zip CMake-b61e5ff0f2dd231813af7a157e042682aae69fb6.tar.gz CMake-b61e5ff0f2dd231813af7a157e042682aae69fb6.tar.bz2 |
ENH: search is case insensitive
ENH: put back prompt for generator, and change combo to label
showing current generator.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index e67315a..db69981 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -52,7 +52,8 @@ protected slots: void setBinaryDirectory(const QString& dir); void showProgress(const QString& msg, float percent); void setEnabledState(bool); - //void promptForGenerator(); + void promptForGenerator(); + void updateGeneratorLabel(const QString& gen); protected: void closeEvent(QCloseEvent*); |