Fix build after 741950a3aa

Change-Id: I0647c07161935a785ba15efd23a81f2f5bfb8b28
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2019-03-26 08:44:34 +01:00
parent 741950a3aa
commit 988fe7384e

View File

@@ -1417,7 +1417,7 @@ static QString upperHexNum(unsigned num)
return QString("%1").arg(num, 8, 16, QChar('0')).toUpper();
}
HeobData::HeobData(MemcheckTool *mcTool, const QString &xmlPath, Kit *kit, bool attach)
HeobData::HeobData(MemcheckToolPrivate *mcTool, const QString &xmlPath, Kit *kit, bool attach)
: m_ov(), m_data(), m_mcTool(mcTool), m_xmlPath(xmlPath), m_kit(kit), m_attach(attach)
{
}