diff options
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index 692f451..cac9b4b 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -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: |