summaryrefslogtreecommitdiffstats
path: root/src/core/process_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/process_main.h')
-rw-r--r--src/core/process_main.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/core/process_main.h b/src/core/process_main.h
index 890bf5a85..d171828d5 100644
--- a/src/core/process_main.h
+++ b/src/core/process_main.h
@@ -37,10 +37,21 @@
**
****************************************************************************/
-#include "qtwebenginecoreglobal.h"
+//
+// 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.
+//
+
+#include <QtWebEngineCore/private/qtwebenginecoreglobal_p.h>
namespace QtWebEngine {
-QWEBENGINE_EXPORT int processMain(int argc, const char **argv);
+QWEBENGINECORE_PRIVATE_EXPORT int processMain(int argc, const char **argv);
} // namespace