summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/common
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-04-08 23:42:59 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-04-09 09:04:13 +0000
commiteea6a7c3b3920187d3367c2b3d20c1d74b6eafcd (patch)
treec73167240f8f2cb8e05bfbd2da0711eedd0aec7f /src/plugins/scxmleditor/common
parent7d3a79c696a966877b5bde32730b70310d34afdc (diff)
downloadqt-creator-eea6a7c3b3920187d3367c2b3d20c1d74b6eafcd.tar.gz
Utils: Purge qtcfallthrough.h
No longer needed. Change-Id: I9b0bee014df89d4c567f1d2431b5ff9404f5f925 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor/common')
-rw-r--r--src/plugins/scxmleditor/common/stateproperties.cpp1
-rw-r--r--src/plugins/scxmleditor/common/structuremodel.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/scxmleditor/common/stateproperties.cpp b/src/plugins/scxmleditor/common/stateproperties.cpp
index 11d8ca005b..ca9e2e4f09 100644
--- a/src/plugins/scxmleditor/common/stateproperties.cpp
+++ b/src/plugins/scxmleditor/common/stateproperties.cpp
@@ -30,7 +30,6 @@
#include "scxmluifactory.h"
#include <coreplugin/minisplitter.h>
-#include <utils/qtcfallthrough.h>
#include <QHeaderView>
#include <QLabel>
diff --git a/src/plugins/scxmleditor/common/structuremodel.cpp b/src/plugins/scxmleditor/common/structuremodel.cpp
index 318a524ab8..6249284180 100644
--- a/src/plugins/scxmleditor/common/structuremodel.cpp
+++ b/src/plugins/scxmleditor/common/structuremodel.cpp
@@ -27,8 +27,6 @@
#include "scxmldocument.h"
#include "scxmltag.h"
-#include <utils/qtcfallthrough.h>
-
#include <QMimeData>
#include <QUndoStack>