nodeview: implemented copying/pasting nodes
Re-uses XML-based project saving/loading functions to store nodes, their parameters, and their connections in a text-based format in the clipboard.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
||||
#include "common/xmlreadloop.h"
|
||||
#include "common/xmlutils.h"
|
||||
|
||||
Node::Node() :
|
||||
can_be_deleted_(true)
|
||||
|
||||
Reference in New Issue
Block a user