diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-11 07:01:44 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-11 07:01:44 (GMT) |
commit | f11b682818e0d6fbd9cc75ee59b51bc6d6723c19 (patch) | |
tree | 01da59fc4c3e86217c7031cf567e26d700fca0b0 | |
parent | 8e72075b8333dcefaa7ddbaeb0bc7ae45d42ff1e (diff) | |
download | Qt-f11b682818e0d6fbd9cc75ee59b51bc6d6723c19.zip Qt-f11b682818e0d6fbd9cc75ee59b51bc6d6723c19.tar.gz Qt-f11b682818e0d6fbd9cc75ee59b51bc6d6723c19.tar.bz2 |
Add 'We mean it.' header.
-rw-r--r-- | src/network/bearer/qbearerplugin_p.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/network/bearer/qbearerplugin_p.h b/src/network/bearer/qbearerplugin_p.h index 1958188..36709c2 100644 --- a/src/network/bearer/qbearerplugin_p.h +++ b/src/network/bearer/qbearerplugin_p.h @@ -39,8 +39,19 @@ ** ****************************************************************************/ -#ifndef QBEARERPLUGIN_H -#define QBEARERPLUGIN_H +#ifndef QBEARERPLUGIN_P_H +#define QBEARERPLUGIN_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 "qbearerengine_p.h" |