summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_p.h
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-16 23:24:32 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-18 12:01:34 +0200
commit286d64c202f461cb8ff5a4cc4c2320af8195b8f0 (patch)
treed0b611217a9b92407a5491d7bd7574a9dfff19f7 /src/serialport/qserialport_p.h
parent13e89f96b86de7034af888617434f812a5303bdf (diff)
downloadqtserialport-286d64c202f461cb8ff5a4cc4c2320af8195b8f0.tar.gz
Add missing private headers warnings
Change-Id: Ia60bf0d020d98a6fda8f689d631bb8681950d15f Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src/serialport/qserialport_p.h')
-rw-r--r--src/serialport/qserialport_p.h11
1 files changed, 11 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>