From 459f6706c3669bea3be23ab7cdf883d6e920c3c1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 1 Jul 2014 11:45:29 +0530 Subject: [PATCH] ... --- setup/qt5-migrate.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/setup/qt5-migrate.py b/setup/qt5-migrate.py index 0d7582fcb2..7681e5b161 100644 --- a/setup/qt5-migrate.py +++ b/setup/qt5-migrate.py @@ -6,21 +6,8 @@ from __future__ import (unicode_literals, division, absolute_import, __license__ = 'GPL v3' __copyright__ = '2014, Kovid Goyal ' -# QT5XX: Add a import checker that looks for all from PyQt5.* imports and runs -# them to check that they work. This can probably be made part of python -# setup.py check. - # QT5XX: Test touchscreen support on windows 8 in the viewer -# QT5XX: See if you can figure out why the splash screen does not work in linux - -# See why some dialog boxes are positioned in top left corner instead of center -# on linux - -# QT5XX: 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