summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineinspector
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-01-16 18:20:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-15 17:03:28 +0200
commitbeb4ff332ca5b8406a75e8b2146464c5b0a81abd (patch)
treecb949f8710876153acaa146eda29abf89447a9f4 /tests/auto/widgets/qwebengineinspector
parent84ced937a0f9f2874e32e16c4c6ebf72b46904c9 (diff)
Cleanup the QtWebEngineWidgets public headers and API
Headers were left intact to leave a trace of the evolution compared to the QtWebKit API and to make it easier to work until we had a basic subset of the API implemented. With the upcoming release, this patch removes this convenience in the aim of starting polishing the headers and the documentation for the upcoming release. Change-Id: Iae436b4ec041d771a7002575e122835802bc9f3e Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Diffstat (limited to 'tests/auto/widgets/qwebengineinspector')
-rw-r--r--tests/auto/widgets/qwebengineinspector/tst_qwebengineinspector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebengineinspector/tst_qwebengineinspector.cpp b/tests/auto/widgets/qwebengineinspector/tst_qwebengineinspector.cpp
index 5da386380..8d7e41f0f 100644
--- a/tests/auto/widgets/qwebengineinspector/tst_qwebengineinspector.cpp
+++ b/tests/auto/widgets/qwebengineinspector/tst_qwebengineinspector.cpp
@@ -20,9 +20,13 @@
#include <QtTest/QtTest>
#include <qdir.h>
+#if defined(QWEBENGINEINSPECTOR)
#include <qwebengineinspector.h>
+#endif
#include <qwebenginepage.h>
+#if defined(QWEBENGINESETTINGS)
#include <qwebenginesettings.h>
+#endif
class tst_QWebEngineInspector : public QObject {
Q_OBJECT