forked from qt-creator/qt-creator
Renamed 'Toggle Sidebar' to 'Show Sidebar'
Since it's checkable now, "Show Sidebar" is more suitable. Also changed the interface a bit to allow more than just toggling.
This commit is contained in:
@@ -158,7 +158,7 @@ private slots:
|
||||
void aboutQtCreator();
|
||||
void aboutPlugins();
|
||||
void updateFocusWidget(QWidget *old, QWidget *now);
|
||||
void toggleNavigation();
|
||||
void setSidebarVisible(bool visible);
|
||||
void destroyVersionDialog();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user