瀏覽代碼

ENH: fix compile error on windows

Bill Hoffman 18 年之前
父節點
當前提交
efbce2580b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/QtDialog/QCMakeCacheView.h

+ 1 - 1
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: