mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: fix compile error on windows
This commit is contained in:
@@ -93,7 +93,7 @@ class QCMakeCachePathEditor : public QWidget
|
||||
Q_PROPERTY(QString value READ value USER true)
|
||||
public:
|
||||
QCMakeCachePathEditor(const QString& file, bool isFilePath, QWidget* p);
|
||||
QString value() const { return this->LineEdit->text(); }
|
||||
QString value() const { return this->LineEdit.text(); }
|
||||
protected slots:
|
||||
void chooseFile();
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user