summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-05 11:12:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-05 09:35:42 +0000
commit7784b52c31d50ab81597c38bcf55b63e2f1a4f82 (patch)
treebdd47fdeab296d37e2b765af2534cad279dbcd07 /src
parent6484afa4b7645b31e370f4eb8ea0b93fc3bf052a (diff)
downloadqtwebsockets-7784b52c31d50ab81597c38bcf55b63e2f1a4f82.tar.gz
Add missing "We mean it" comments to private headers.
Change-Id: Icc8c6928619b2e16f5f13e852e559438faf9a03c Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/qsslserver_p.h11
-rw-r--r--src/websockets/qwebsocketframe_p.h11
-rw-r--r--src/websockets/qwebsocketprotocol_p.h11
3 files changed, 33 insertions, 0 deletions
diff --git a/src/websockets/qsslserver_p.h b/src/websockets/qsslserver_p.h
index 18e1a19..bb8c7f9 100644
--- a/src/websockets/qsslserver_p.h
+++ b/src/websockets/qsslserver_p.h
@@ -34,6 +34,17 @@
#ifndef QSSLSERVER_P_H
#define QSSLSERVER_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 <QtNetwork/QTcpServer>
#include <QtNetwork/QSslError>
#include <QtNetwork/QSslConfiguration>
diff --git a/src/websockets/qwebsocketframe_p.h b/src/websockets/qwebsocketframe_p.h
index b0c1ab2..46bc510 100644
--- a/src/websockets/qwebsocketframe_p.h
+++ b/src/websockets/qwebsocketframe_p.h
@@ -34,6 +34,17 @@
#ifndef QWEBSOCKETFRAME_P_H
#define QWEBSOCKETFRAME_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>
#include <QtCore/QByteArray>
#include <QtCore/QCoreApplication>
diff --git a/src/websockets/qwebsocketprotocol_p.h b/src/websockets/qwebsocketprotocol_p.h
index bf56332..9aab8ce 100644
--- a/src/websockets/qwebsocketprotocol_p.h
+++ b/src/websockets/qwebsocketprotocol_p.h
@@ -34,6 +34,17 @@
#ifndef QWEBSOCKETPROTOCOL_P_H
#define QWEBSOCKETPROTOCOL_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/qglobal.h>
#include "QtWebSockets/qwebsocketprotocol.h"