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:
Christian Stenger
2011-09-26 15:24:49 +02:00
parent 692806bb8f
commit 49a5f8be1a
10 changed files with 19 additions and 21 deletions

View File

@@ -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):