forked from qt-creator/qt-creator
ClassView: Tr::tr
Change-Id: Ib65355e5ba2c34720c48aafb4472b0cd9ce933c6 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "classviewnavigationwidgetfactory.h"
|
||||
|
||||
#include "classviewnavigationwidget.h"
|
||||
#include "classviewtr.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/qtcsettings.h>
|
||||
@@ -26,7 +27,7 @@ namespace Internal {
|
||||
|
||||
NavigationWidgetFactory::NavigationWidgetFactory()
|
||||
{
|
||||
setDisplayName(tr("Class View"));
|
||||
setDisplayName(Tr::tr("Class View"));
|
||||
setPriority(500);
|
||||
setId("Class View");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user