nodeview: combined paste/duplicate code

Code cleanup. Doesn't fix bug involved with pasting or duplicating.
This commit is contained in:
itsmattkc
2021-07-23 17:47:08 -07:00
parent d0e7258301
commit a83be3a253
2 changed files with 32 additions and 32 deletions
+2
View File
@@ -142,6 +142,8 @@ private:
NodeViewItem *UpdateNodeItem(Node *node, bool ignore_own_context = false);
void PasteNodesInternal(const QVector<Node*> &duplicate_nodes = QVector<Node *>());
class NodeViewAttachNodesToCursor : public UndoCommand
{
public: