forked from qt-creator/qt-creator
use Core::Id for ids in INavigationWidgetFactory
Change-Id: Ic793e01edf6a4d2fe61baadb3aa5bef817436d35 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -407,9 +407,9 @@ int ProjectTreeWidgetFactory::priority() const
|
||||
return 100;
|
||||
}
|
||||
|
||||
QString ProjectTreeWidgetFactory::id() const
|
||||
Core::Id ProjectTreeWidgetFactory::id() const
|
||||
{
|
||||
return QLatin1String("Projects");
|
||||
return Core::Id("Projects");
|
||||
}
|
||||
|
||||
QKeySequence ProjectTreeWidgetFactory::activationSequence() const
|
||||
|
||||
Reference in New Issue
Block a user