aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h
diff options
context:
space:
mode:
authorAleksei German <aleksei.german@qt.io>2021-09-10 18:06:26 +0200
committerAleksei German <aleksei.german@qt.io>2021-10-12 08:09:19 +0000
commit3ccf269f81eb7d26af1962915026ae9ce4b6d5f8 (patch)
treed995aa4d8d53976d735828d618619b6a4aea582c /src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h
parent786dbcb9e86104be12ceded01188f9b4095e47be (diff)
QmlDesigner: Fix for Binding Editor
- Makes Binding Editor modal - Fixes Binding Editors hotkeys and actions - Adds Target item, property and expected type into title Task-numbers: QDS-2819, QDS-4878 Change-Id: Ib5c5f73e6552f58828776043f9b793a24c48a1f8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h')
-rw-r--r--src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h b/src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h
index ed8cdd0a13..76de79b195 100644
--- a/src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h
+++ b/src/plugins/qmldesigner/components/bindingeditor/abstracteditordialog.h
@@ -26,9 +26,10 @@
#ifndef ABSTRACTEDITORDIALOG_H
#define ABSTRACTEDITORDIALOG_H
-#include <bindingeditor/bindingeditorwidget.h>
#include <qmldesignercorelib_global.h>
+
#include <texteditor/texteditor.h>
+#include <bindingeditor/bindingeditorwidget.h>
#include <QDialog>