summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpaintdevicewindow_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-09-30 14:49:31 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-10-01 21:09:05 +0000
commit906d92bde4d6c56bc73d3abee7652b3b6ade6446 (patch)
tree059fd97e20e77e7a93cd98ceba094c286975f095 /src/gui/kernel/qpaintdevicewindow_p.h
parente9365c2c2fecbc779c44456fb1c946905a670684 (diff)
Fix missing "We mean it" in qtbase private headers
Change-Id: I42e7ef1a481840699a8dffff1408dfd4fd9c8e32 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/gui/kernel/qpaintdevicewindow_p.h')
-rw-r--r--src/gui/kernel/qpaintdevicewindow_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gui/kernel/qpaintdevicewindow_p.h b/src/gui/kernel/qpaintdevicewindow_p.h
index e234906fe0..071f2ee54c 100644
--- a/src/gui/kernel/qpaintdevicewindow_p.h
+++ b/src/gui/kernel/qpaintdevicewindow_p.h
@@ -34,6 +34,17 @@
#ifndef QPAINTDEVICEWINDOW_P_H
#define QPAINTDEVICEWINDOW_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 <QtGui/QPaintDeviceWindow>
#include <QtCore/QCoreApplication>
#include <QtGui/private/qwindow_p.h>