forked from qt-creator/qt-creator
Core: Use the new Id methods in a few places
There are a lot more left. Change-Id: I97d32629aa6deef0f4819f70cc0b8437f2814257 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -143,7 +143,7 @@ void InfoBar::initializeGloballySuppressed()
|
||||
{
|
||||
QStringList list = ICore::settings()->value(QLatin1String(C_SUPPRESSED_WARNINGS)).toStringList();
|
||||
foreach (const QString &id, list)
|
||||
globallySuppressed.insert(Id(id.toLatin1()));
|
||||
globallySuppressed.insert(Id::fromString(id));
|
||||
}
|
||||
|
||||
void InfoBar::clearGloballySuppressed()
|
||||
|
||||
Reference in New Issue
Block a user