implemented final connections to allow creating new nodes in the nodeview

This commit is contained in:
itsmattkc
2019-12-13 03:06:12 +11:00
parent 934eea5f40
commit 186973ff20
4 changed files with 44 additions and 3 deletions
+5
View File
@@ -137,6 +137,11 @@ private slots:
*/
void ShowContextMenu(const QPoint &pos);
/**
* @brief Receiver for when the user requests a new node from the add menu
*/
void CreateNodeSlot(QAction* action);
};
#endif // NODEVIEW_H