diff options
| author | Brian Potchik <brian@vector35.com> | 2019-03-20 15:59:37 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-03-20 15:59:37 -0400 |
| commit | bc226a8d813b48042581b745068771f6817753ed (patch) | |
| tree | e9ea93db7e451770718e696b93c53113f5dce462 /ui/minigraph.h | |
| parent | 8e943538fcfaed733e813175db8ba8d8f6fdcc91 (diff) | |
Add data sensitivity to dock widget system.
Diffstat (limited to 'ui/minigraph.h')
| -rw-r--r-- | ui/minigraph.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
