summaryrefslogtreecommitdiffstats
path: root/src/webengine/api
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2015-01-27 15:21:10 +0100
committerAdam Kallai <kadam@inf.u-szeged.hu>2015-01-28 15:09:00 +0000
commit721c561c1334048a89af0882e1d3b7184b8f4ca9 (patch)
tree2b99f9f8003a4d05c900221dc759eea550b5ae11 /src/webengine/api
parent770ff83e0aadd8a158ac3b70e50eb75ed0f30721 (diff)
Update the expected list of public API testcase
- Also fix the qtwebengineglobal_p.h header include in quickwebneignedownloaditem_p.h, because it is searched for wrong manner from the tst_publicapi testcase. Change-Id: I8997fafbf198f19a3d54b194f3408def6370417e Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/webengine/api')
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem_p.h b/src/webengine/api/qquickwebenginedownloaditem_p.h
index 8ea9f0850..71cca2ee6 100644
--- a/src/webengine/api/qquickwebenginedownloaditem_p.h
+++ b/src/webengine/api/qquickwebenginedownloaditem_p.h
@@ -37,7 +37,7 @@
#ifndef QQUICKWEBENGINEDOWNLOADITEM_P_H
#define QQUICKWEBENGINEDOWNLOADITEM_P_H
-#include <qtwebengineglobal_p.h>
+#include "qtwebengineglobal_p.h"
#include <QObject>
#include <QScopedPointer>
#include <QString>