summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-02-24 13:43:36 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-02-25 10:20:54 +0000
commitb690fe7cfa4f0586648922ce96b890aab978fe61 (patch)
treee1fc4f8dbb48c6432998f070df670ecee83aa55e
parent3126fa227b96b5e59e9975a47d78cd6245365b07 (diff)
Add We-mean-it comment to qnetworkdatagram_p.h.
Fix warning: WARNING: qtbase/src/network/kernel/qnetworkdatagram_p.h does not have the "We mean it." warning Change-Id: I65fc2dc9129b194b08865e3486fae4d0cad3f3d3 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-rw-r--r--src/network/kernel/qnetworkdatagram_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkdatagram_p.h b/src/network/kernel/qnetworkdatagram_p.h
index 55a0937ceb..4941d8c94b 100644
--- a/src/network/kernel/qnetworkdatagram_p.h
+++ b/src/network/kernel/qnetworkdatagram_p.h
@@ -34,6 +34,17 @@
#ifndef QNETWORKDATAGRAM_P_H
#define QNETWORKDATAGRAM_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of the Network Access API. This header file may change from
+// version to version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtNetwork/qhostaddress.h>
QT_BEGIN_NAMESPACE