Skip to content

Commit

Permalink
Sextante SIP update
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 8, 2013
1 parent f136f42 commit a939ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/sextante/gui/AlgorithmExecutor.py
Expand Up @@ -35,7 +35,7 @@

class AlgorithmExecutor(QThread):
percentageChanged = pyqtSignal(int)
textChanged = pyqtSignal(QString)
textChanged = pyqtSignal(str)
error = pyqtSignal(str)
internalError = pyqtSignal(BaseException)
iterated = pyqtSignal(int)
Expand Down

0 comments on commit a939ab1

Please sign in to comment.