summaryrefslogtreecommitdiff
path: root/src/gui/tikzscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tikzscene.h')
-rw-r--r--src/gui/tikzscene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/tikzscene.h b/src/gui/tikzscene.h
index 0d3aadf..f8dc7ec 100644
--- a/src/gui/tikzscene.h
+++ b/src/gui/tikzscene.h
@@ -75,6 +75,8 @@ public:
void extendSelectionLeft();
void extendSelectionRight();
+ void mergeNodes();
+
void reorderSelection(bool toFront);
void reverseSelectedEdges();
@@ -86,7 +88,6 @@ public:
void refreshSceneBounds();
bool highlightHeads() const;
-
bool highlightTails() const;
public slots: