summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-08 15:38:52 +0100
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-03-08 15:17:19 +0000
commitfeca9d95c1f33354f278b1fb724a9ed369298c16 (patch)
tree2a7e753c35d8465d772b1dfc1933852ec86bfbbd /src/network
parentb09ce612fcb57e1ab6fbf904697ccd0bb3885332 (diff)
Add missing "We mean it." warning to qnetworkfile_p.h.
QtNetwork: WARNING: qtbase/src/network/access/qnetworkfile_p.h does not have the "We mean it." warning Task-number: QTBUG-45925 Change-Id: I9cd9237450101c4c862746e774fa37d69083c213 Reviewed-by: Edward Welbourne <edward.welbourne@theqtcompany.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qnetworkfile_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/network/access/qnetworkfile_p.h b/src/network/access/qnetworkfile_p.h
index 86c08170e6..7794c0f18a 100644
--- a/src/network/access/qnetworkfile_p.h
+++ b/src/network/access/qnetworkfile_p.h
@@ -40,6 +40,17 @@
#ifndef QNETWORKFILE_H
#define QNETWORKFILE_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 <QFile>
#include <qnetworkreply.h>