summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-11-19 21:19:48 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-11-19 21:19:48 (GMT)
commit08c59af4dec0628964d9534ac165d75914bf580c (patch)
tree68dc8c892bef82b3ae77660a8ce4acde39ab97da /Source/QtDialog/CMakeSetupDialog.h
parentfa878d27bf3585e9ea2bc07ceb150268a114944a (diff)
downloadCMake-08c59af4dec0628964d9534ac165d75914bf580c.zip
CMake-08c59af4dec0628964d9534ac165d75914bf580c.tar.gz
CMake-08c59af4dec0628964d9534ac165d75914bf580c.tar.bz2
Remove trailing whitespace
Alex
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 5121759..b905077 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -36,7 +36,7 @@ public slots:
void setBinaryDirectory(const QString& dir);
void setSourceDirectory(const QString& dir);
-protected slots:
+protected slots:
void initialize();
void doConfigure();
void doGenerate();
@@ -46,7 +46,7 @@ protected slots:
void doInterrupt();
void error(const QString& message);
void message(const QString& message);
-
+
void doSourceBrowse();
void doBinaryBrowse();
void doReloadCache();
@@ -118,8 +118,8 @@ class QCMakeThread : public QThread
public:
QCMakeThread(QObject* p);
QCMake* cmakeInstance() const;
-
-signals:
+
+signals:
void cmakeInitialized();
protected: