diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-07 16:31:55 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-07 16:31:55 (GMT) |
commit | c05f8aa70ed5837b75211483bddd9ae27012cd12 (patch) | |
tree | d4c97a97a85a3b6029b5b5f107f1aa7b8327bff2 /Source/QtDialog/CMakeSetupDialog.h | |
parent | 31d4280bf3c1c0b24cd586b17c8d34cdb2f09647 (diff) | |
download | CMake-c05f8aa70ed5837b75211483bddd9ae27012cd12.zip CMake-c05f8aa70ed5837b75211483bddd9ae27012cd12.tar.gz CMake-c05f8aa70ed5837b75211483bddd9ae27012cd12.tar.bz2 |
ENH: remove status bar and move interrupt/progress next to configure/generate.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index 006569f..bd8b9c2 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -75,8 +75,6 @@ protected: void dropEvent(QDropEvent*); QCMakeThread* CMakeThread; - QProgressBar* ProgressBar; - QToolButton* InterruptButton; bool ExitAfterGenerate; QAction* ReloadCacheAction; QAction* DeleteCacheAction; |