forked from qt-creator/qt-creator
ActionManager: Remove remaining uses of Id::uniqueIdentifier()
Change-Id: I36a1324d3ba2e56740eaa48cd4140b5d925417cd Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -305,8 +305,7 @@ static QString msgActionWarning(QAction *newAction, Id id, QAction *oldAction)
|
||||
<< ": Action ";
|
||||
if (oldAction)
|
||||
str << oldAction->objectName() << '/' << oldAction->text();
|
||||
str << " is already registered for context " << id.uniqueIdentifier() << ' '
|
||||
<< id.toString() << '.';
|
||||
str << " is already registered for context " << id.toString() << '.';
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user