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:
@@ -34,9 +34,7 @@ def verifyInteractiveQMLHelp(lineText, helpText):
|
|||||||
homeKey = "<Home>"
|
homeKey = "<Home>"
|
||||||
if platform.system() == "Darwin":
|
if platform.system() == "Darwin":
|
||||||
homeKey = "<Ctrl+Left>"
|
homeKey = "<Ctrl+Left>"
|
||||||
type(editorArea, homeKey)
|
type(editorArea, homeKey)
|
||||||
else:
|
|
||||||
type(editorArea, homeKey)
|
|
||||||
snooze(1)
|
snooze(1)
|
||||||
# call help
|
# call help
|
||||||
type(editorArea, "<F1>")
|
type(editorArea, "<F1>")
|
||||||
|
Reference in New Issue
Block a user