summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-02-01 15:41:29 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-02-01 15:41:29 (GMT)
commit41ad9d20df1b6d5466459e654f75094c008c9a0b (patch)
tree7f3fa76fbd229cdc3af798d45686dca0176209e1 /Source/QtDialog/CMakeSetupDialog.h
parent587419db831b9e7e2172bcb6e5b04d81198c5eb8 (diff)
downloadCMake-41ad9d20df1b6d5466459e654f75094c008c9a0b.zip
CMake-41ad9d20df1b6d5466459e654f75094c008c9a0b.tar.gz
CMake-41ad9d20df1b6d5466459e654f75094c008c9a0b.tar.bz2
ENH: Use translation file if it exists for the locale.
Consolidate some strings. More responsive interrupting. Prompt user if they try to close during configure, and allow them to close.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 1294594..edbede6 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -103,9 +103,6 @@ public:
signals:
void cmakeInitialized();
-protected slots:
- void processEvents();
-
protected:
virtual void run();
QCMake* CMakeInstance;