diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 00:26:18 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-06 00:26:18 (GMT) |
commit | a7746624e8e8ac29ea3db21d30746b0e70c7cb1c (patch) | |
tree | d0df0682c7f98ac6400cdf49875464515c609d43 /Source/QtDialog/CMakeSetupDialog.h | |
parent | c0108d1e07903af49c136217026a2fca082fbb1f (diff) | |
download | CMake-a7746624e8e8ac29ea3db21d30746b0e70c7cb1c.zip CMake-a7746624e8e8ac29ea3db21d30746b0e70c7cb1c.tar.gz CMake-a7746624e8e8ac29ea3db21d30746b0e70c7cb1c.tar.bz2 |
ENH: Replace prompt for generator with combobox in UI.
ENH: Make "Show Advanced" toggle work.
ENH: Add regex search capabilities.
ENH: Read existing registry entries from MFC CMakeSetup.exe (will save later).
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 d1efcce..e67315a 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -52,7 +52,7 @@ protected slots: void setBinaryDirectory(const QString& dir); void showProgress(const QString& msg, float percent); void setEnabledState(bool); - void promptForGenerator(); + //void promptForGenerator(); protected: void closeEvent(QCloseEvent*); |