From 7ac6628279ed71884a122bc9ba8685776f9c4344 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 19 Aug 2019 15:42:19 -0400 Subject: Add file-backed only mode toggle to feature map context menu. --- ui/viewframe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index fefc72d2..a4c3940d 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -211,7 +211,7 @@ public: bool isGraphViewPreferred() { return m_graphViewPreferred; } void setGraphViewPreferred(bool graphViewPreferred) { m_graphViewPreferred = graphViewPreferred; } void focus(); - void closeFeatureMap(); + void closeFeatureMap(bool recreate = false); QWidget* createFeatureMap(); void refreshFeatureMap(); @@ -262,10 +262,10 @@ public Q_SLOTS: virtual void compile(); private Q_SLOTS: - void deleteFeatureMap(); + void deleteFeatureMap(bool recreate); Q_SIGNALS: - void notifyCloseFeatureMap(); + void notifyCloseFeatureMap(bool recreate); void notifyViewChanged(ViewFrame* frame); }; -- cgit v1.3.1