Skip to content
Snippets Groups Projects
Commit 585cc070 authored by Robert Löhning's avatar Robert Löhning
Browse files

Squish: Remove unused declaration of global variable


Should have been done in
39103dee and
e2adf9b7 respectively.

Change-Id: I4e16abf8820ed4f1e287505259d71d15e739e996
Reviewed-by: default avatarChristian Stenger <christian.stenger@qt.io>
parent a7cbae1e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -43,7 +43,6 @@ def verifyInteractiveQMLHelp(lineText, helpText):
"Verifying if help is opened with documentation for '%s'." % helpText)
def main():
global sdkPath
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment