Fri, 14 May 2021 20:12:53 +0200
Corrected a code style issue.
eric6/Utilities/BackgroundService.py | file | annotate | diff | comparison | revisions |
--- a/eric6/Utilities/BackgroundService.py Wed May 12 19:53:31 2021 +0200 +++ b/eric6/Utilities/BackgroundService.py Fri May 14 20:12:53 2021 +0200 @@ -25,6 +25,7 @@ import Utilities import Globals + class BackgroundService(QTcpServer): """ Class implementing the main part of the background service.