aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-06-19 13:18:39 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-06-19 12:28:34 +0000
commit26a9f4a214892464653bf9e7bd5ef77651ee8161 (patch)
tree265bd08c2947a28b34ecd8148839f028bf99f601 /src/plugins/scxmleditor
parentc9a7a3a2d30259adff4dd3ed81b6002dcbc2e875 (diff)
SCXMLEditor: Remove unused includes
Change-Id: Ia2d76b0f7749686636589bde9c4bcbd9b52f39d4 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/common/structure.cpp1
-rw-r--r--src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scxmleditor/common/structure.cpp b/src/plugins/scxmleditor/common/structure.cpp
index 96f8e29fd4c..742a822c076 100644
--- a/src/plugins/scxmleditor/common/structure.cpp
+++ b/src/plugins/scxmleditor/common/structure.cpp
@@ -41,7 +41,6 @@
#include <QKeyEvent>
#include <QLabel>
#include <QLineEdit>
-#include <QRegExp>
#include <QRegularExpressionValidator>
#include <QToolBar>
#include <QToolButton>
diff --git a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp
index 61f86671d0e..58edac0896b 100644
--- a/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp
+++ b/src/plugins/scxmleditor/plugin_interface/scattributeitemdelegate.cpp
@@ -27,7 +27,6 @@
#include "mytypes.h"
#include <QComboBox>
#include <QLineEdit>
-#include <QRegExp>
#include <QRegularExpressionValidator>
using namespace ScxmlEditor::PluginInterface;