Added warning comment to private header files
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 23:04:23 +0000 (01:04 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 23:04:23 +0000 (01:04 +0200)
src/dataprocessor_p.h
src/handshakerequest_p.h
src/handshakeresponse_p.h
src/qwebsocket_p.h
src/qwebsocketserver_p.h

index be23788..c0840b3 100644 (file)
@@ -1,6 +1,17 @@
 #ifndef DATAPROCESSOR_P_H
 #define DATAPROCESSOR_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 <QObject>
 #include <QByteArray>
 #include <QString>
index 2e8fc5e..428835e 100644 (file)
@@ -1,5 +1,15 @@
 #ifndef HANDSHAKEREQUEST_P_H
 #define HANDSHAKEREQUEST_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 <QObject>
 #include <QMap>
index ed7ada2..29564fd 100644 (file)
@@ -1,5 +1,15 @@
 #ifndef HANDSHAKERESPONSE_P_H
 #define HANDSHAKERESPONSE_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 <QObject>
 #include "qwebsocketprotocol.h"
index 72a8d94..3760552 100644 (file)
 
 #ifndef QWEBSOCKET_P_H
 #define QWEBSOCKET_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 <QUrl>
 #include <QAbstractSocket>
index cd4fb8e..8834972 100644 (file)
@@ -6,6 +6,16 @@
 
 #ifndef QWEBSOCKETSERVER_P_H
 #define QWEBSOCKETSERVER_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 <QObject>
 #include <QQueue>