forked from qt-creator/qt-creator
CMake: Fix initializer re-ordering warning
Change-Id: Iffcc4eb562a06ff12d641d23687dc4c44c797ce8 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -109,10 +109,10 @@ public:
|
|||||||
, m_name(item->displayName())
|
, m_name(item->displayName())
|
||||||
, m_executable(item->filePath())
|
, m_executable(item->filePath())
|
||||||
, m_qchFile(item->qchFilePath())
|
, m_qchFile(item->qchFilePath())
|
||||||
|
, m_versionDisplay(item->versionDisplay())
|
||||||
, m_isAutoRun(item->isAutoRun())
|
, m_isAutoRun(item->isAutoRun())
|
||||||
, m_autodetected(item->isAutoDetected())
|
, m_autodetected(item->isAutoDetected())
|
||||||
, m_isSupported(item->hasFileApi())
|
, m_isSupported(item->hasFileApi())
|
||||||
, m_versionDisplay(item->versionDisplay())
|
|
||||||
, m_changed(changed)
|
, m_changed(changed)
|
||||||
{
|
{
|
||||||
updateErrorFlags();
|
updateErrorFlags();
|
||||||
|
|||||||
Reference in New Issue
Block a user