7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a thread class populating and updating the QtHelp | 7 Module implementing a thread class populating and updating the QtHelp |
8 documentation database. | 8 documentation database. |
9 """ | 9 """ |
10 | |
11 | 10 |
12 import os | 11 import os |
13 | 12 |
14 from PyQt5.QtCore import ( | 13 from PyQt5.QtCore import ( |
15 pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, QLibraryInfo, QFileInfo | 14 pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, QLibraryInfo, QFileInfo |