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:
@@ -73,7 +73,7 @@ ActionMacroHandler::ActionMacroHandler():
|
||||
QList<Core::Command *> commands = am->commands();
|
||||
foreach (Core::Command *command, commands) {
|
||||
if (command->isScriptable()) {
|
||||
QString id = Core::Id::fromUniqueIdentifier(command->id()).toString();
|
||||
QString id = command->id().toString();
|
||||
registerCommand(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user