summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2020-02-19 13:16:29 +0100
committerAndré Klitzing <aklitzing@gmail.com>2020-02-19 15:21:40 +0100
commitfc3226e7909812092e9e1acdd45140427b3a4cf0 (patch)
tree5c9a82466650446ee20faad694ac758b118c9de8 /src/xml/dom/qdom.cpp
parentb1b37a36cbbea564def3475bfefd20e8ad54ed1c (diff)
Fix broken -no-feature-dom
44a26a0a79ed07b829d55979eaed6f06346ca450 did a clean up and moved the new private header outside of QT_NO_DOM. Fixes: QTBUG-82175 Change-Id: Iafe9c53b78037bdac8420911f6847d29672c68de Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/xml/dom/qdom.cpp')
-rw-r--r--src/xml/dom/qdom.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 26c1a2122b..f63bf47e3e 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -39,12 +39,13 @@
#include <qplatformdefs.h>
#include <qdom.h>
-#include "qdom_p.h"
-#include "qdomhelpers_p.h"
#include "private/qxmlutils_p.h"
#ifndef QT_NO_DOM
+#include "qdom_p.h"
+#include "qdomhelpers_p.h"
+
#include <qatomic.h>
#include <qbuffer.h>
#include <qiodevice.h>