summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/bindingeditor/actioneditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/bindingeditor/actioneditor.h')
-rw-r--r--src/plugins/qmldesigner/components/bindingeditor/actioneditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/bindingeditor/actioneditor.h b/src/plugins/qmldesigner/components/bindingeditor/actioneditor.h
index 1a9e2c8754..4e481681a1 100644
--- a/src/plugins/qmldesigner/components/bindingeditor/actioneditor.h
+++ b/src/plugins/qmldesigner/components/bindingeditor/actioneditor.h
@@ -68,7 +68,8 @@ public:
Q_INVOKABLE void updateWindowName(const QString &targetName = {});
static void invokeEditor(SignalHandlerProperty signalHandler,
- std::function<void(SignalHandlerProperty)> onReject = nullptr,
+ std::function<void(SignalHandlerProperty)> removeSignalFunction = nullptr,
+ bool removeOnReject = false,
QObject *parent = nullptr);
signals: