aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-08-25 14:42:16 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-08-25 14:00:04 +0000
commit277869faa33b796d68d4b0dab4970e70ca64a00f (patch)
treea2c4310430d28897c12f87c9932ac61d16b0d16f /src/particles
parenta09e4c1aa99116ac3dae0682679e99ddd49248c8 (diff)
Add "we mean it" comment to private header
Fixes warning from build system. Change-Id: If6c7885fa19f17b5821142176b6239bb337a6022 Pick-to: 5.15 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/particles')
-rw-r--r--src/particles/qquickparticleflatset_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/particles/qquickparticleflatset_p.h b/src/particles/qquickparticleflatset_p.h
index 77946c8b87..6d0650a12b 100644
--- a/src/particles/qquickparticleflatset_p.h
+++ b/src/particles/qquickparticleflatset_p.h
@@ -40,6 +40,17 @@
#ifndef QQUICKPARTICLEFLATSET_P_H
#define QQUICKPARTICLEFLATSET_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 <QtGlobal>
#include <vector>