Ver Fonte

ENH: fix compile error on windows

Bill Hoffman há 18 anos atrás
pai
commit
efbce2580b
1 ficheiros alterados com 1 adições e 1 exclusões
  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: