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:
@@ -340,6 +340,11 @@ QString ProjectTreeWidgetFactory::displayName() const
|
||||
return tr("Projects");
|
||||
}
|
||||
|
||||
int ProjectTreeWidgetFactory::priority() const
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
QString ProjectTreeWidgetFactory::id() const
|
||||
{
|
||||
return QLatin1String("Projects");
|
||||
|
||||
Reference in New Issue
Block a user