summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h6
1 files changed, 3 insertions, 3 deletions
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);
};