Skip to content

Commit a939ab1

Browse files
committed
Sextante SIP update
1 parent f136f42 commit a939ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/sextante/gui/AlgorithmExecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
class AlgorithmExecutor(QThread):
3737
percentageChanged = pyqtSignal(int)
38-
textChanged = pyqtSignal(QString)
38+
textChanged = pyqtSignal(str)
3939
error = pyqtSignal(str)
4040
internalError = pyqtSignal(BaseException)
4141
iterated = pyqtSignal(int)

0 commit comments

Comments
 (0)