From b9c7663117e9bb5761cee2093f301a07a168334f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 16 Sep 2021 22:44:39 -0400 Subject: Add ViewLocation clear interface to DockHandler. --- ui/dockhandler.h | 1 + 1 file changed, 1 insertion(+) 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& action); -- cgit v1.3.1