summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-06 05:02:08 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-06 05:02:08 (GMT)
commitb61e5ff0f2dd231813af7a157e042682aae69fb6 (patch)
treee960d3fb48d6bb5815342e048751d3a4dccd3f37 /Source/QtDialog/CMakeSetupDialog.h
parentd0a7608bb1e7c5e722cb7d4cdfac73c0de7e572e (diff)
downloadCMake-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.h3
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*);