Squish: Remove unused declaration of global variable

Should have been done in
39103dee4f and
e2adf9b7bb respectively.

Change-Id: I4e16abf8820ed4f1e287505259d71d15e739e996
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2016-08-17 13:43:54 +02:00
parent a7cbae1e4d
commit 585cc0703c
2 changed files with 0 additions and 2 deletions

View File

@@ -263,7 +263,6 @@ def selectFromFileDialog(fileName, waitForFile=False):
# add Qt documentations from given paths
# param which a list/tuple of the paths to the qch files to be added
def addHelpDocumentation(which):
global sdkPath
invokeMenuItem("Tools", "Options...")
waitForObjectItem(":Options_QListView", "Help")
clickItem(":Options_QListView", "Help", 14, 15, 0, Qt.LeftButton)