From bc226a8d813b48042581b745068771f6817753ed Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 20 Mar 2019 15:59:37 -0400 Subject: Add data sensitivity to dock widget system. --- ui/minigraph.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/minigraph.h') diff --git a/ui/minigraph.h b/ui/minigraph.h index 25baa58c..d0a1c0cb 100644 --- a/ui/minigraph.h +++ b/ui/minigraph.h @@ -23,7 +23,6 @@ public: MiniGraph(QWidget* parent); ~MiniGraph(); - virtual bool isAvailable(ViewFrame* frame) override; virtual void notifyViewChanged(ViewFrame* frame) override; virtual bool shouldBeVisible(ViewFrame* frame) override; -- cgit v1.3.1