fixed arrays in nodeparamview

This commit is contained in:
itsmattkc
2021-01-22 12:20:25 +11:00
parent ce8704f7d3
commit 8a5df32281
12 changed files with 342 additions and 120 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ public:
void SelectAll();
void DeselectAll();
void Select(const QVector<Node*>& nodes);
void Select(QVector<Node *> nodes);
void SelectWithDependencies(QVector<Node *> nodes);
void CopySelected(bool cut);
@@ -134,7 +134,7 @@ private slots:
/**
* @brief Receiver for when the scene's selected items change
*/
void SceneSelectionChangedSlot();
void UpdateSelectionCache();
/**
* @brief Receiver for when the user right clicks (or otherwise requests a context menu)