248 self.resultbox.ensureCursorVisible() |
248 self.resultbox.ensureCursorVisible() |
249 |
249 |
250 # check for a changed project file |
250 # check for a changed project file |
251 if self.__updateCommand: |
251 if self.__updateCommand: |
252 for line in out.splitlines(): |
252 for line in out.splitlines(): |
253 if ".epj" in line or ".e4p" in line: |
253 if ".epj" in line: |
254 self.__hasAddOrDelete = True |
254 self.__hasAddOrDelete = True |
255 break |
255 break |
256 |
256 |
257 QCoreApplication.processEvents() |
257 QCoreApplication.processEvents() |
258 |
258 |