forked from qt-creator/qt-creator
ProjectExplorer: Silence recently introduced warning
The checked path is actually used in the context of the debugger. Change-Id: I58af35db65b8fb4ad0af9694714765bdc336a0ef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -140,8 +140,9 @@ void GlobalOrProjectAspect::toActiveMap(QVariantMap &data) const
|
||||
m_globalSettings->toMap(data);
|
||||
else if (m_projectSettings)
|
||||
m_projectSettings->toMap(data);
|
||||
else
|
||||
QTC_CHECK(false);
|
||||
// The debugger accesses the data directly, so this can actually happen.
|
||||
//else
|
||||
// QTC_CHECK(false);
|
||||
}
|
||||
|
||||
void GlobalOrProjectAspect::resetProjectToGlobalSettings()
|
||||
|
Reference in New Issue
Block a user