forked from qt-creator/qt-creator
Navigation widgets need separate id and display name.
Such that the layout of the left hand sidebar can be restored even if the display language is changed.
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
INavigationWidgetFactory *factory();
|
||||
void setFactory(INavigationWidgetFactory *factory);
|
||||
void setFactory(const QString &name);
|
||||
void setFactory(const QString &id);
|
||||
void setFocusWidget();
|
||||
|
||||
void saveSettings(int position);
|
||||
|
||||
Reference in New Issue
Block a user