comparison: src/eric7/EricWidgets/EricErrorMessage.py
src/eric7/EricWidgets/EricErrorMessage.py
- branch
- eric7
- changeset 11036
- 326ae637285d
- parent 11035
- e1e1d6e317c7
- child 11090
- f5f5f5803935
equal
deleted
inserted
replaced
10 import contextlib |
10 import contextlib |
11 import sys |
11 import sys |
12 |
12 |
13 from PyQt6.QtCore import ( |
13 from PyQt6.QtCore import ( |
14 Q_ARG, |
14 Q_ARG, |
|
15 QCoreApplication, |
15 QMetaObject, |
16 QMetaObject, |
16 QSettings, |
17 QSettings, |
17 Qt, |
18 Qt, |
18 QThread, |
19 QThread, |
19 QtMsgType, |
20 QtMsgType, |