ENH: fix compile error on windows
This commit is contained in:
parent
77ad85a6ab
commit
efbce2580b
@ -93,7 +93,7 @@ class QCMakeCachePathEditor : public QWidget
|
|||||||
Q_PROPERTY(QString value READ value USER true)
|
Q_PROPERTY(QString value READ value USER true)
|
||||||
public:
|
public:
|
||||||
QCMakeCachePathEditor(const QString& file, bool isFilePath, QWidget* p);
|
QCMakeCachePathEditor(const QString& file, bool isFilePath, QWidget* p);
|
||||||
QString value() const { return this->LineEdit->text(); }
|
QString value() const { return this->LineEdit.text(); }
|
||||||
protected slots:
|
protected slots:
|
||||||
void chooseFile();
|
void chooseFile();
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user