src/eric7/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9463
35385d272ea1
child 9624
b47dfa7a137d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
9 """ 9 """
10 10
11 import datetime 11 import datetime
12 import pathlib 12 import pathlib
13 13
14 from PyQt6.QtCore import pyqtSignal, QThread, QMutex, QLibraryInfo 14 from PyQt6.QtCore import QLibraryInfo, QMutex, QThread, pyqtSignal
15 from PyQt6.QtHelp import QHelpEngineCore 15 from PyQt6.QtHelp import QHelpEngineCore
16 16
17 from eric7.Globals import getConfig 17 from eric7.Globals import getConfig, qVersionTuple
18
19 from eric7.Globals import qVersionTuple
20 18
21 19
22 class HelpDocsInstaller(QThread): 20 class HelpDocsInstaller(QThread):
23 """ 21 """
24 Class implementing the worker thread populating and updating the QtHelp 22 Class implementing the worker thread populating and updating the QtHelp

eric ide

mercurial