178 self.resultbox.ensureCursorVisible() |
178 self.resultbox.ensureCursorVisible() |
179 |
179 |
180 # check for a changed project file |
180 # check for a changed project file |
181 if self.__updateCommand: |
181 if self.__updateCommand: |
182 for line in out.splitlines(): |
182 for line in out.splitlines(): |
183 if ".epj" in line or ".e4p" in line: |
183 if ".epj" in line: |
184 self.__hasAddOrDelete = True |
184 self.__hasAddOrDelete = True |
185 break |
185 break |
186 |
186 |
187 QCoreApplication.processEvents() |
187 QCoreApplication.processEvents() |
188 |
188 |