From 6c3bdc96df4831ce814e60e17441ed8251f5ce56 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Apr 2014 15:17:06 +0530 Subject: [PATCH] Note about looking for obsolete classes/functions in Qt 5 --- setup/qt5-migrate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/qt5-migrate.py b/setup/qt5-migrate.py index 26c68e52cf..7233306c1c 100644 --- a/setup/qt5-migrate.py +++ b/setup/qt5-migrate.py @@ -22,6 +22,10 @@ __copyright__ = '2014, Kovid Goyal ' # QT5XX: Test touchscreen support on windows 8 in the viewer +# Look for obsolete classes and functions from the list here: +# http://qt-project.org/doc/qt-5/obsoleteclasses.html as these will not be +# present in PyQt5 + # QT5XX: Delete this file after migration is completed import os, re