Explorar o código

ENH: fix compile error on windows

Bill Hoffman %!s(int64=18) %!d(string=hai) anos
pai
achega
efbce2580b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: