diff options
Diffstat (limited to 'ui/dockhandler.h')
| -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); }; |
