forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/13.0'
Change-Id: I12578a55fb61a3a9620c749c0b3bbbae6dcb4493
This commit is contained in:
@@ -110,7 +110,7 @@ def textUnderCursor(window, fromPos, toPos):
|
||||
cursor.movePosition(toPos, QTextCursor.KeepAnchor)
|
||||
returnValue = cursor.selectedText()
|
||||
cursor.setPosition(oldposition)
|
||||
return returnValue
|
||||
return str(returnValue)
|
||||
|
||||
def which(program):
|
||||
# Don't use spawn.find_executable because it can't find .bat or
|
||||
|
||||
Reference in New Issue
Block a user