diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-04-02 18:01:37 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-04-02 18:01:37 (GMT) |
commit | 76ed89cedebe4b47dcbc8f29442b2f9061a15f8e (patch) | |
tree | cd62eefd6d38aec2791fa59ed8cb3c8bdcb262ae /Source/QtDialog/CMakeSetupDialog.h | |
parent | 05060801d9caf4fd0476ff6854135cdc2151d3d7 (diff) | |
download | CMake-76ed89cedebe4b47dcbc8f29442b2f9061a15f8e.zip CMake-76ed89cedebe4b47dcbc8f29442b2f9061a15f8e.tar.gz CMake-76ed89cedebe4b47dcbc8f29442b2f9061a15f8e.tar.bz2 |
ENH: Allow cancelling the dialog that prompts for the generator.
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 ae9128e..424bb55 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -60,7 +60,7 @@ protected slots: void updateSourceDirectory(const QString& dir); void showProgress(const QString& msg, float percent); void setEnabledState(bool); - void promptForGenerator(); + bool promptForGenerator(); void updateGeneratorLabel(const QString& gen); void setExitAfterGenerate(bool); void addBinaryPath(const QString&); |