projectpanel: select nodes when items are selected in the project explorer

This commit is contained in:
itsmattkc
2021-05-26 14:22:10 +10:00
parent cac165c62e
commit edd52dd811
6 changed files with 42 additions and 0 deletions
+2
View File
@@ -66,6 +66,8 @@ public slots:
signals:
void ProjectNameChanged();
void SelectionChanged(const QVector<Node *> &selected);
private:
virtual void Retranslate() override;