summaryrefslogtreecommitdiffstats
path: root/src/pdf
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-09-22 17:00:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-27 08:39:27 +0000
commite0950d0b92a4d6349d68bd16ee3bcde5df205a07 (patch)
treed8ac4362d83770088bef406770de3044b25c00db /src/pdf
parent2c4ca4c9651077a63186743733765ead55ad7f8b (diff)
Fix "We mean it." warnings
Change-Id: I70a491617faff31901162cb382b388a7594816fa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 8cce9081f6bf670c97a674a0eaa18e6b6a354f73) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/qpdfselection_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pdf/qpdfselection_p.h b/src/pdf/qpdfselection_p.h
index 37ca3a3ce..0c176b324 100644
--- a/src/pdf/qpdfselection_p.h
+++ b/src/pdf/qpdfselection_p.h
@@ -37,6 +37,17 @@
#ifndef QPDFSELECTION_P_H
#define QPDFSELECTION_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 <QList>
#include <QPolygonF>