forked from qt-creator/qt-creator
Squish: Remove redundant line
Change-Id: I819ace3fc7c3223c5bcd52377db3e7833371c7ec Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -35,8 +35,6 @@ def verifyInteractiveQMLHelp(lineText, helpText):
|
||||
if platform.system() == "Darwin":
|
||||
homeKey = "<Ctrl+Left>"
|
||||
type(editorArea, homeKey)
|
||||
else:
|
||||
type(editorArea, homeKey)
|
||||
snooze(1)
|
||||
# call help
|
||||
type(editorArea, "<F1>")
|
||||
|
Reference in New Issue
Block a user