From c04b9d51011d11ff19719a4b96ad885ef89ea78d Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 1 Feb 2010 12:57:20 +0100 Subject: Add private header warning to qstatictext_p.h Since QStaticText will be private API for Qt 4.6.x series, we need the regular warning in the header file. --- src/gui/text/qstatictext_p.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h index d79d887..b07383e 100644 --- a/src/gui/text/qstatictext_p.h +++ b/src/gui/text/qstatictext_p.h @@ -42,6 +42,17 @@ #ifndef QSTATICTEXT_H #define QSTATICTEXT_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of internal files. This header file may change from version to version +// without notice, or even be removed. +// +// We mean it. +// + #include #include #include -- cgit v0.12