From 3a29976eac1ff95e663d49886dc82611a175fed9 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 27 Aug 2012 12:24:48 +0200 Subject: Move QtConcurrent::Exception as QException back to QtCore Leave the old name as a deprecated typedef; adapt users. This is a prerequisite for moving QFuture back to QtCore. Change-Id: I81dcee2c7e6eb234c16f3f42e2415ca0da3dc4f8 Reviewed-by: Thiago Macieira --- dist/changes-5.0.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 5f2781c1b6..b5f63c3600 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -563,6 +563,9 @@ QtConcurrent QT += concurrent to include the new library. +* QtConcurrent::Exception has been renamed to QException, and is still in QtCore. + Ditto QtConcurrent::UnhandledException. + QtOpenGL -------- -- cgit v1.2.3