forked from qt-creator/qt-creator
Qnx: Initialize member of qnxqtversion
Change-Id: Icb6b3d7cc513ee1597803658b6a576b4be6ef92a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ private:
|
|||||||
QnxArchitecture m_arch;
|
QnxArchitecture m_arch;
|
||||||
QString m_sdkPath;
|
QString m_sdkPath;
|
||||||
|
|
||||||
mutable bool m_environmentUpToDate;
|
mutable bool m_environmentUpToDate = false;
|
||||||
mutable QList<Utils::EnvironmentItem> m_qnxEnv;
|
mutable QList<Utils::EnvironmentItem> m_qnxEnv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user