forked from qt-creator/qt-creator
Navigation Widget: add 'Priority' support
Merge-request: 176 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -87,6 +87,11 @@ QString NavigationWidgetFactory::displayName() const
|
||||
return tr("Class View");
|
||||
}
|
||||
|
||||
int NavigationWidgetFactory::priority() const
|
||||
{
|
||||
return Constants::CLASSVIEWNAVIGATION_PRIORITY;
|
||||
}
|
||||
|
||||
QString NavigationWidgetFactory::id() const
|
||||
{
|
||||
return QLatin1String(Constants::CLASSVIEWNAVIGATION_ID);
|
||||
|
||||
Reference in New Issue
Block a user