Update various Qt 5 references and links

This commit is contained in:
Veronica Berglyd Olsen
2025-01-16 00:38:10 +01:00
parent 9388ea12f9
commit cd8da61977
7 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ class Config:
self._dShortDateTime = self._dLocale.dateTimeFormat(QLocale.FormatType.ShortFormat)
langList = [
(self._qtLangPath, "qtbase"), # Qt 5.x
(self._qtLangPath, "qtbase"), # Qt
(str(self._nwLangPath), "nw"), # novelWriter
]
for lngPath, lngBase in langList: