summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qpixmapstyle_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-11-25 11:11:20 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-11-26 05:32:37 +0000
commit64684c23fd2847aecc0f1bcee3b24defdd091649 (patch)
tree5bf595fc7e596fbcb10532a39d94e9e3d374d6d5 /src/widgets/styles/qpixmapstyle_p.h
parent8d6fe1a37193ace073971820a6a6b22379e3fa95 (diff)
QPixmapStyle: Add "We mean it." warning.
Fix syncqt-warning: QtWidgets: qtbase/src/widgets/styles/qpixmapstyle_p.h does not have the "We mean it." warning Change-Id: I66ab3a12e53fe91254d539e236a58ada16bb2cd2 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/widgets/styles/qpixmapstyle_p.h')
-rw-r--r--src/widgets/styles/qpixmapstyle_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/widgets/styles/qpixmapstyle_p.h b/src/widgets/styles/qpixmapstyle_p.h
index 84f806dfa5..4f5d27c285 100644
--- a/src/widgets/styles/qpixmapstyle_p.h
+++ b/src/widgets/styles/qpixmapstyle_p.h
@@ -39,6 +39,17 @@
#include <QtWidgets/QCommonStyle>
#include <QtWidgets/QTileRules>
+//
+// 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.
+//
+
QT_BEGIN_NAMESPACE
class QPixmapStylePrivate;