Remove trailing whitespace

Alex
This commit is contained in:
Alex Neundorf 2011-11-19 22:19:48 +01:00
parent fa878d27bf
commit 08c59af4de
2 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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: