diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-09 16:24:59 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-09 16:24:59 -0400 |
| commit | 173d9bf589046218b3593bb49c1f1c453ad9947f (patch) | |
| tree | a5b122a8c9f371c3679acdab9b989f811fab0317 | |
| parent | 2ac718fbd3574561f245bd42e5b0ffd77380937c (diff) | |
Fix widget visibility state in the application menu.
| -rw-r--r-- | ui/dockhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/dockhandler.h b/ui/dockhandler.h index bdce1c6f..d02a41fe 100644 --- a/ui/dockhandler.h +++ b/ui/dockhandler.h @@ -114,7 +114,11 @@ public: static DockHandler* getActiveDockHandler(); +Q_SIGNALS: + void notifyVisibilityChanged(); + public Q_SLOTS: void viewChanged(ViewFrame* frame); + void visibilityChanged(bool visible); void topLevelChanged(bool topLevel); }; |
