forked from qt-creator/qt-creator
Squish: Some smaller refactorings
Change-Id: I5f8b5ec982e8a38d32ba15d81317c2308dc00106 Reviewed-on: http://codereview.qt-project.org/5544 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bill King <bill.king@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
@@ -71,11 +71,6 @@ def which(program):
|
||||
|
||||
return None
|
||||
|
||||
def replaceLineEditorContent(lineEditor, newcontent):
|
||||
type(lineEditor, "<Ctrl+A>")
|
||||
type(lineEditor, "<Delete>")
|
||||
type(lineEditor, newcontent)
|
||||
|
||||
signalObjects = {}
|
||||
|
||||
def __callbackFunction__(object, *args):
|
||||
|
||||
Reference in New Issue
Block a user