mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Note about looking for obsolete classes/functions in Qt 5
This commit is contained in:
parent
30186ad1d9
commit
6c3bdc96df
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user