From cc7239da8d1ab95e68e12a64df3ca3051419cb34 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 10 Feb 2013 10:57:43 +0100 Subject: Make it possible to use QPointer 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 Reviewed-by: Olivier Goffart --- dist/changes-5.1.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/changes-5.1.0') 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 -- cgit v1.2.3