22 from E5Gui import E5MessageBox |
22 from E5Gui import E5MessageBox |
23 from E5Gui.E5Application import e5App |
23 from E5Gui.E5Application import e5App |
24 import Preferences |
24 import Preferences |
25 import Utilities |
25 import Utilities |
26 import Globals |
26 import Globals |
|
27 |
27 |
28 |
28 class BackgroundService(QTcpServer): |
29 class BackgroundService(QTcpServer): |
29 """ |
30 """ |
30 Class implementing the main part of the background service. |
31 Class implementing the main part of the background service. |
31 |
32 |