summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.1.0
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-02-10 10:57:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-13 15:15:56 +0100
commitcc7239da8d1ab95e68e12a64df3ca3051419cb34 (patch)
treeb2bfc4ac5a8fd24b2bb6852d36469ce95922b8c0 /dist/changes-5.1.0
parent60cde0bd1496c528153d21769dfbcb2b0a9ffc91 (diff)
Make it possible to use QPointer<const T>
This is possible with QWeakPointer, so allow it for migrating code too. In the process, replace the QPointerBase with a member variable for simplicity. The functionality of the QPointerBase is replaced by a TypeSelector template. Change-Id: I3b4c77bdeda2b863cc33e84a3da8a25bae928c8c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'dist/changes-5.1.0')
-rw-r--r--dist/changes-5.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 8ee691055f..f7984265ff 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -64,6 +64,9 @@ QtCore
inside the pattern string, as well as the numerical index of each
named capturing group.
+ - QPointer
+ * It is now possible to create a QPointer with a const templated type.
+
-
QtGui