summaryrefslogtreecommitdiffstats
path: root/src/core/user_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/user_script.h')
-rw-r--r--src/core/user_script.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/core/user_script.h b/src/core/user_script.h
index 93cde9aa6..5ad53fdc1 100644
--- a/src/core/user_script.h
+++ b/src/core/user_script.h
@@ -37,12 +37,22 @@
**
****************************************************************************/
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#ifndef USER_SCRIPT_H
#define USER_SCRIPT_H
-#include "qtwebenginecoreglobal.h"
+#include "qtwebenginecoreglobal_p.h"
-#include <QtCore/QAtomicInt>
#include <QtCore/QScopedPointer>
#include <QtCore/QSharedData>
#include <QtCore/QString>
@@ -53,7 +63,7 @@ namespace QtWebEngineCore {
class UserResourceControllerHost;
-class QWEBENGINE_EXPORT UserScript : public QSharedData {
+class QWEBENGINECORE_PRIVATE_EXPORT UserScript : public QSharedData {
public:
enum InjectionPoint {
AfterLoad,