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:
Thorbjørn Lindeijer
2009-01-20 15:38:51 +01:00
parent 897c05f57c
commit a654dc0b3a
2 changed files with 6 additions and 6 deletions

View File

@@ -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: