forked from qt-creator/qt-creator
Squish: Remove unused declaration of global variable
Should have been done in39103dee4f
ande2adf9b7bb
respectively. Change-Id: I4e16abf8820ed4f1e287505259d71d15e739e996 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user