diff options
author | Samuel Gaist <samuel.gaist@edeltech.ch> | 2014-08-16 23:24:32 +0200 |
---|---|---|
committer | Samuel Gaist <samuel.gaist@edeltech.ch> | 2014-08-18 12:01:34 +0200 |
commit | 286d64c202f461cb8ff5a4cc4c2320af8195b8f0 (patch) | |
tree | d0b611217a9b92407a5491d7bd7574a9dfff19f7 /src | |
parent | 13e89f96b86de7034af888617434f812a5303bdf (diff) | |
download | qtserialport-286d64c202f461cb8ff5a4cc4c2320af8195b8f0.tar.gz |
Add missing private headers warnings
Change-Id: Ia60bf0d020d98a6fda8f689d631bb8681950d15f
Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/serialport/qserialport_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qserialport_symbian_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qserialport_unix_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qserialport_win_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qserialport_wince_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qserialportinfo_p.h | 11 | ||||
-rw-r--r-- | src/serialport/qtudev_p.h | 11 |
7 files changed, 77 insertions, 0 deletions
diff --git a/src/serialport/qserialport_p.h b/src/serialport/qserialport_p.h index e969f2f..364e050 100644 --- a/src/serialport/qserialport_p.h +++ b/src/serialport/qserialport_p.h @@ -44,6 +44,17 @@ #ifndef QSERIALPORT_P_H #define QSERIALPORT_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 "qserialport.h" #include <private/qringbuffer_p.h> diff --git a/src/serialport/qserialport_symbian_p.h b/src/serialport/qserialport_symbian_p.h index 258a811..e2cf168 100644 --- a/src/serialport/qserialport_symbian_p.h +++ b/src/serialport/qserialport_symbian_p.h @@ -42,6 +42,17 @@ #ifndef QSERIALPORT_SYMBIAN_P_H #define QSERIALPORT_SYMBIAN_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 "qserialport_p.h" #include <c32comm.h> diff --git a/src/serialport/qserialport_unix_p.h b/src/serialport/qserialport_unix_p.h index ee3d82d..1213c30 100644 --- a/src/serialport/qserialport_unix_p.h +++ b/src/serialport/qserialport_unix_p.h @@ -43,6 +43,17 @@ #ifndef QSERIALPORT_UNIX_P_H #define QSERIALPORT_UNIX_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 "qserialport_p.h" #include <QtCore/qlockfile.h> diff --git a/src/serialport/qserialport_win_p.h b/src/serialport/qserialport_win_p.h index a997315..f4297ef 100644 --- a/src/serialport/qserialport_win_p.h +++ b/src/serialport/qserialport_win_p.h @@ -43,6 +43,17 @@ #ifndef QSERIALPORT_WIN_P_H #define QSERIALPORT_WIN_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 "qserialport_p.h" #include <QtCore/qhash.h> diff --git a/src/serialport/qserialport_wince_p.h b/src/serialport/qserialport_wince_p.h index 9697dc7..91bba3c 100644 --- a/src/serialport/qserialport_wince_p.h +++ b/src/serialport/qserialport_wince_p.h @@ -43,6 +43,17 @@ #ifndef QSERIALPORT_WINCE_P_H #define QSERIALPORT_WINCE_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 "qserialport_p.h" #include <QtCore/qmutex.h> diff --git a/src/serialport/qserialportinfo_p.h b/src/serialport/qserialportinfo_p.h index 4731941..1fb8a60 100644 --- a/src/serialport/qserialportinfo_p.h +++ b/src/serialport/qserialportinfo_p.h @@ -44,6 +44,17 @@ #ifndef QSERIALPORTINFO_P_H #define QSERIALPORTINFO_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 <QtCore/qstring.h> QT_BEGIN_NAMESPACE diff --git a/src/serialport/qtudev_p.h b/src/serialport/qtudev_p.h index 0f0246d..09940ab 100644 --- a/src/serialport/qtudev_p.h +++ b/src/serialport/qtudev_p.h @@ -42,6 +42,17 @@ #ifndef QTUDEV_P_H #define QTUDEV_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. +// + #ifdef LINK_LIBUDEV extern "C" { |