parent
fa878d27bf
commit
08c59af4de
|
@ -14,11 +14,11 @@
|
||||||
#include <QMetaProperty>
|
#include <QMetaProperty>
|
||||||
|
|
||||||
static const int NumTypes = 4;
|
static const int NumTypes = 4;
|
||||||
static const QString TypeStrings[NumTypes] =
|
static const QString TypeStrings[NumTypes] =
|
||||||
{ "BOOL", "PATH", "FILEPATH", "STRING" };
|
{ "BOOL", "PATH", "FILEPATH", "STRING" };
|
||||||
static const QCMakeProperty::PropertyType Types[NumTypes] =
|
static const QCMakeProperty::PropertyType Types[NumTypes] =
|
||||||
{ QCMakeProperty::BOOL, QCMakeProperty::PATH,
|
{ QCMakeProperty::BOOL, QCMakeProperty::PATH,
|
||||||
QCMakeProperty::FILEPATH, QCMakeProperty::STRING};
|
QCMakeProperty::FILEPATH, QCMakeProperty::STRING};
|
||||||
|
|
||||||
AddCacheEntry::AddCacheEntry(QWidget* p)
|
AddCacheEntry::AddCacheEntry(QWidget* p)
|
||||||
: QWidget(p)
|
: QWidget(p)
|
||||||
|
|
|
@ -36,7 +36,7 @@ public slots:
|
||||||
void setBinaryDirectory(const QString& dir);
|
void setBinaryDirectory(const QString& dir);
|
||||||
void setSourceDirectory(const QString& dir);
|
void setSourceDirectory(const QString& dir);
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void initialize();
|
void initialize();
|
||||||
void doConfigure();
|
void doConfigure();
|
||||||
void doGenerate();
|
void doGenerate();
|
||||||
|
@ -46,7 +46,7 @@ protected slots:
|
||||||
void doInterrupt();
|
void doInterrupt();
|
||||||
void error(const QString& message);
|
void error(const QString& message);
|
||||||
void message(const QString& message);
|
void message(const QString& message);
|
||||||
|
|
||||||
void doSourceBrowse();
|
void doSourceBrowse();
|
||||||
void doBinaryBrowse();
|
void doBinaryBrowse();
|
||||||
void doReloadCache();
|
void doReloadCache();
|
||||||
|
@ -118,8 +118,8 @@ class QCMakeThread : public QThread
|
||||||
public:
|
public:
|
||||||
QCMakeThread(QObject* p);
|
QCMakeThread(QObject* p);
|
||||||
QCMake* cmakeInstance() const;
|
QCMake* cmakeInstance() const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void cmakeInitialized();
|
void cmakeInitialized();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue