eric6/Preferences/ProgramsDialog.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7192
a22eee00b052
child 7229
53054eb5b15a
diff -r 331569d44b19 -r 684261ef2165 eric6/Preferences/ProgramsDialog.py
--- a/eric6/Preferences/ProgramsDialog.py	Sun Sep 01 17:44:33 2019 +0200
+++ b/eric6/Preferences/ProgramsDialog.py	Sun Sep 01 19:40:53 2019 +0200
@@ -81,7 +81,7 @@
         header.setSortIndicator(0, Qt.AscendingOrder)
         header.setSortIndicatorShown(False)
         
-        # 1. do the Qt4/Qt5 programs
+        # 1. do the Qt5 programs
         # 1a. Translation Converter
         exe = Utilities.isWindowsPlatform() and \
             "{0}.exe".format(Utilities.generateQtToolName("lrelease")) or \
@@ -132,6 +132,7 @@
         
         # 2. do the PyQt programs
         # 2.1 do the PyQt4 programs
+        # deprecated
         # 2.1a. Translation Extractor PyQt4
         self.__createProgramEntry(
             self.tr("Translation Extractor (Python, PyQt4)"),

eric ide

mercurial