#4410 Dock Window State : Restore dock widgets when opening main window

This commit is contained in:
Magne Sjaastad
2019-05-15 13:54:05 +02:00
parent a52afd7b34
commit bfe8e7176a
3 changed files with 35 additions and 24 deletions

View File

@@ -28,6 +28,9 @@ class RicShowMainWindowFeature : public caf::CmdFeature
{
CAF_CMD_HEADER_INIT;
public:
static void showMainWindow();
protected:
// Overrides
bool isCommandEnabled() override;