Change minimum Qt version to 5.3

This commit is contained in:
Veronica K. B. Olsen
2021-02-20 13:39:48 +01:00
parent 71ad3fc51d
commit b868477406
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2050,7 +2050,7 @@ class GuiDocEditSearch(QFrame):
self._alertSearchValid(theRegEx.isValid())
return theRegEx
elif self.mainConf.verQtValue >= 50300:
else: # >= 50300 to < 51300
if self.isCaseSense:
rxOpt = Qt.CaseSensitive
else: