forked from qt-creator/qt-creator
EffectComposer: Toggle "Assign to.." button based on component selection
Task-number: QDS-12148 Change-Id: I1f44df7c6c027c36c09f7c4d74e4dd609542c5b8 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "abstractview.h"
|
||||
#include "modelnode.h"
|
||||
|
||||
#include <coreplugin/icontext.h>
|
||||
|
||||
@@ -35,6 +36,8 @@ public:
|
||||
// AbstractView
|
||||
void modelAttached(QmlDesigner::Model *model) override;
|
||||
void modelAboutToBeDetached(QmlDesigner::Model *model) override;
|
||||
void selectedNodesChanged(const QList<QmlDesigner::ModelNode> &selectedNodeList,
|
||||
const QList<QmlDesigner::ModelNode> &lastSelectedNodeList) override;
|
||||
|
||||
private:
|
||||
void customNotification(const AbstractView *view, const QString &identifier,
|
||||
|
||||
Reference in New Issue
Block a user