diff options
| author | Brian Potchik <brian@vector35.com> | 2021-09-16 22:44:39 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-09-16 22:44:39 -0400 |
| commit | b9c7663117e9bb5761cee2093f301a07a168334f (patch) | |
| tree | 67fe37a6e75e8654bc881b93e1c18fbbc58e6529 | |
| parent | 5714768f08e5136ceb36449f9165d2bb88539ea7 (diff) | |
Add ViewLocation clear interface to DockHandler.
| -rw-r--r-- | ui/dockhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/dockhandler.h b/ui/dockhandler.h index 288c12a7..9a053b46 100644 --- a/ui/dockhandler.h +++ b/ui/dockhandler.h @@ -132,6 +132,7 @@ public: bool shouldResizeDocks(); void updateFonts(); + void clearViewLocation(View* view); void updateViewLocation(View* view, const ViewLocation& viewLocation); void updateTheme(); void addActionOnShow(const QString& name, const std::function<void()>& action); |
