forked from qt-creator/qt-creator
Squish: Remove unused declaration of global variable
Should have been done in39103dee4fande2adf9b7bbrespectively. 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
|
# add Qt documentations from given paths
|
||||||
# param which a list/tuple of the paths to the qch files to be added
|
# param which a list/tuple of the paths to the qch files to be added
|
||||||
def addHelpDocumentation(which):
|
def addHelpDocumentation(which):
|
||||||
global sdkPath
|
|
||||||
invokeMenuItem("Tools", "Options...")
|
invokeMenuItem("Tools", "Options...")
|
||||||
waitForObjectItem(":Options_QListView", "Help")
|
waitForObjectItem(":Options_QListView", "Help")
|
||||||
clickItem(":Options_QListView", "Help", 14, 15, 0, Qt.LeftButton)
|
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)
|
"Verifying if help is opened with documentation for '%s'." % helpText)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
global sdkPath
|
|
||||||
startApplication("qtcreator" + SettingsPath)
|
startApplication("qtcreator" + SettingsPath)
|
||||||
if not startedWithoutPluginError():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user