summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-08-19 12:19:43 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 13:00:56 +0100
commita638990cd4385675153923ef1632f24c78c2ae93 (patch)
tree93f9a102f2726c5c6be2c1e37ce99b0f08e05e11 /src
parent883f2a9969f02941f018b828749fea97d8b56582 (diff)
Fix sync script warning
Add missing "We mean it." Change-Id: Ib5efa6829148fcb1f58a252a839386067ffbf8a6 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/pdf/api/qpdfdocument_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pdf/api/qpdfdocument_p.h b/src/pdf/api/qpdfdocument_p.h
index d8d950b3c..928754210 100644
--- a/src/pdf/api/qpdfdocument_p.h
+++ b/src/pdf/api/qpdfdocument_p.h
@@ -37,6 +37,17 @@
#ifndef QPDFDOCUMENT_P_H
#define QPDFDOCUMENT_P_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 "qpdfdocument.h"
#include "third_party/pdfium/public/fpdfview.h"