forked from qt-creator/qt-creator
mostly core and analyzer: more id-fication
Change-Id: Ic794fdc6a582f4a03d84b6220c59111044c753b9 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -390,7 +390,7 @@ void FakeVimExCommandsPage::initialize()
|
||||
continue;
|
||||
|
||||
QTreeWidgetItem *item = new QTreeWidgetItem;
|
||||
const QString name = Id::fromUniqueIdentifier(c->id()).toString();
|
||||
const QString name = c->id().toString();
|
||||
const int pos = name.indexOf(QLatin1Char('.'));
|
||||
const QString section = name.left(pos);
|
||||
const QString subId = name.mid(pos + 1);
|
||||
|
||||
Reference in New Issue
Block a user