summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-09-16 22:44:39 -0400
committerBrian Potchik <brian@vector35.com>2021-09-16 22:44:39 -0400
commitb9c7663117e9bb5761cee2093f301a07a168334f (patch)
tree67fe37a6e75e8654bc881b93e1c18fbbc58e6529
parent5714768f08e5136ceb36449f9165d2bb88539ea7 (diff)
Add ViewLocation clear interface to DockHandler.
-rw-r--r--ui/dockhandler.h1
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);