summaryrefslogtreecommitdiff
path: root/Source/QtDialog/AddCacheEntry.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-11-19 22:19:48 +0100
committerAlex Neundorf <neundorf@kde.org>2011-11-19 22:19:48 +0100
commit08c59af4dec0628964d9534ac165d75914bf580c (patch)
tree68dc8c892bef82b3ae77660a8ce4acde39ab97da /Source/QtDialog/AddCacheEntry.cxx
parentfa878d27bf3585e9ea2bc07ceb150268a114944a (diff)
downloadcmake-08c59af4dec0628964d9534ac165d75914bf580c.tar.gz
Remove trailing whitespace
Alex
Diffstat (limited to 'Source/QtDialog/AddCacheEntry.cxx')
-rw-r--r--Source/QtDialog/AddCacheEntry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/QtDialog/AddCacheEntry.cxx b/Source/QtDialog/AddCacheEntry.cxx
index b4d919193b..412d443867 100644
--- a/Source/QtDialog/AddCacheEntry.cxx
+++ b/Source/QtDialog/AddCacheEntry.cxx
@@ -14,11 +14,11 @@
#include <QMetaProperty>
static const int NumTypes = 4;
-static const QString TypeStrings[NumTypes] =
+static const QString TypeStrings[NumTypes] =
{ "BOOL", "PATH", "FILEPATH", "STRING" };
-static const QCMakeProperty::PropertyType Types[NumTypes] =
- { QCMakeProperty::BOOL, QCMakeProperty::PATH,
- QCMakeProperty::FILEPATH, QCMakeProperty::STRING};
+static const QCMakeProperty::PropertyType Types[NumTypes] =
+ { QCMakeProperty::BOOL, QCMakeProperty::PATH,
+ QCMakeProperty::FILEPATH, QCMakeProperty::STRING};
AddCacheEntry::AddCacheEntry(QWidget* p)
: QWidget(p)