Note about looking for obsolete classes/functions in Qt 5

This commit is contained in:
Kovid Goyal 2014-04-22 15:17:06 +05:30
parent 30186ad1d9
commit 6c3bdc96df

View File

@ -22,6 +22,10 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
# QT5XX: Test touchscreen support on windows 8 in the viewer # 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 # QT5XX: Delete this file after migration is completed
import os, re import os, re