Rename variable

This commit is contained in:
Jacob Støren
2016-05-25 13:54:06 +02:00
parent 31e8009a6e
commit f8729a035c
2 changed files with 16 additions and 16 deletions

View File

@@ -68,5 +68,5 @@ private:
caf::PdmField<bool> m_showWindow;
caf::PdmField<QString> m_userName;
QPointer<RiuResultQwtPlot> m_viewer;
QPointer<RiuResultQwtPlot> m_qwtPlot;
};