forked from qt-creator/qt-creator
Rename toolchain type constants in ProjectExplorer
Change-Id: I56f5b7373846bb091456c050eb1ff3495ca2dd72 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -61,7 +61,10 @@ public:
|
||||
m_id(QUuid::createUuid().toByteArray()),
|
||||
m_typeId(typeId),
|
||||
m_detection(d)
|
||||
{ }
|
||||
{
|
||||
QTC_ASSERT(m_typeId.isValid(), return);
|
||||
QTC_ASSERT(!m_typeId.toString().contains(QLatin1Char(':')), return);
|
||||
}
|
||||
|
||||
QByteArray m_id;
|
||||
Core::Id m_typeId;
|
||||
|
||||
Reference in New Issue
Block a user