summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-01 11:57:20 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-01 11:57:20 (GMT)
commitc04b9d51011d11ff19719a4b96ad885ef89ea78d (patch)
tree78cd527bf7bec11ef206a25693ff3961c6c58e2e /src/gui/text/qstatictext_p.h
parent942cf8cc8504af0683c3d03c886418fb9e69bd7d (diff)
downloadQt-c04b9d51011d11ff19719a4b96ad885ef89ea78d.zip
Qt-c04b9d51011d11ff19719a4b96ad885ef89ea78d.tar.gz
Qt-c04b9d51011d11ff19719a4b96ad885ef89ea78d.tar.bz2
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.
Diffstat (limited to 'src/gui/text/qstatictext_p.h')
-rw-r--r--src/gui/text/qstatictext_p.h11
1 files changed, 11 insertions, 0 deletions
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 <QtCore/qsize.h>
#include <QtCore/qstring.h>
#include <QtCore/qmetatype.h>