forked from qt-creator/qt-creator
Heob: Fix compiler warnings
Fix warnings regarding initializing order. Change-Id: Iea220be1fcca47262ebf43d0cfe069ca0bfc1df5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1424,7 +1424,7 @@ void HeobDialog::saveOptions()
|
|||||||
}
|
}
|
||||||
|
|
||||||
HeobData::HeobData(MemcheckTool *mcTool, const QString &xmlPath, Kit *kit, bool attach)
|
HeobData::HeobData(MemcheckTool *mcTool, const QString &xmlPath, Kit *kit, bool attach)
|
||||||
: m_mcTool(mcTool), m_xmlPath(xmlPath), m_kit(kit), m_attach(attach), m_ov(), m_data()
|
: m_ov(), m_data(), m_mcTool(mcTool), m_xmlPath(xmlPath), m_kit(kit), m_attach(attach)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user