#4410 Dock Window State : Use hideAllDockWidgets() in base class

This commit is contained in:
Magne Sjaastad
2019-05-15 12:31:27 +02:00
parent 95124adca6
commit 699870c8c7
11 changed files with 22 additions and 72 deletions

View File

@@ -59,7 +59,7 @@ public:
void restoreDockWidgetVisibilities();
void showWindow();
void closeAllDockWidgets();
void hideAllDockWidgets();
caf::PdmUiTreeView* projectTreeView() { return m_projectTreeView;}
void setExpanded(const caf::PdmUiItem* uiItem, bool expanded = true);