diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-04 05:40:15 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-04 05:40:15 (GMT) |
commit | 745ecf9cf48bc718690fa8b2149eb6dbbb64fcc6 (patch) | |
tree | f8955a72773a0f1732a41b7043275e7577b8f3e4 /src/corelib/tools | |
parent | 0b5511f621159a1a0a13650f94811a218e2c126a (diff) | |
download | Qt-745ecf9cf48bc718690fa8b2149eb6dbbb64fcc6.zip Qt-745ecf9cf48bc718690fa8b2149eb6dbbb64fcc6.tar.gz Qt-745ecf9cf48bc718690fa8b2149eb6dbbb64fcc6.tar.bz2 |
Fix incorrect license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qbytedata_p.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytedata_p.h b/src/corelib/tools/qbytedata_p.h index cc10ea2..f3724f6 100644 --- a/src/corelib/tools/qbytedata_p.h +++ b/src/corelib/tools/qbytedata_p.h @@ -42,8 +42,18 @@ #ifndef QBYTEDATA_H #define QBYTEDATA_H -#include <qbytearray.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 <qbytearray.h> QT_BEGIN_NAMESPACE |