aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-07-12 13:42:02 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-07-12 14:31:34 +0000
commit69f75036ab9eafa91f3321751f1ab3e5e1cf0c18 (patch)
treec7fadf5141bc0282c4fece001fabeafe519264bc
parent7e3cdbe548a4ef078ee636b0c464923bbbb813cd (diff)
Squish: Remove unneeded function call
Change-Id: I3fb85bc69086501dada922b45ef353e34030e0db Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/shared/welcome.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/system/shared/welcome.py b/tests/system/shared/welcome.py
index dc48424a5c..f6338a91fa 100644
--- a/tests/system/shared/welcome.py
+++ b/tests/system/shared/welcome.py
@@ -67,7 +67,6 @@ def switchToSubMode(subModeLabel):
return frameAndLabelFound
def findExampleOrTutorial(tableView, regex, verbose=False):
- model = tableView.model()
children = __childrenOfType__(tableView, 'QModelIndex')
for child in children:
if re.match(regex, str(child.text)):