summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2011-12-29 12:47:21 -0200
committerQt by Nokia <qt-info@nokia.com>2012-01-09 19:17:47 +0100
commit4669d657d29ae883db746b7cbfed367758943ee9 (patch)
tree70821f1e14132dcf2ce89a19b9031578328f9fa2 /dist
parentf74c49bbaf7979a4df15eb13556d91be20e9483e (diff)
Make (dis)connectTo(From)Host virtual in QAbstractSocket.
Change-Id: Ib1dfae4031f00fb331108152a259f6a2756381c9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 1d6a7d6c84..c20d9a3075 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -149,6 +149,10 @@ information about a particular change.
* On Windows, QProcess::ForwardedChannels will not forward the output of GUI
applications anymore, if they do not create a console.
+- QAbstractSocket's connectToHost() and disconnectFromHost() are now virtual and
+ connectToHostImplementation() and disconnectFromHostImplementation() don't exist.
+
+
****************************************************************************
* General *
****************************************************************************