aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2021-08-19 18:09:35 +0200
committerRobert Löhning <robert.loehning@qt.io>2021-08-23 09:26:24 +0000
commit3d20cc68e52ee3b6957d9fe6f4c74dc25d546f4f (patch)
tree7131dd64d4300970a0bcbb9ffa1b55c9ab480487
parentf1c5c1fc03227daca68e540d187d8410dcb5c441 (diff)
Squish: Update tst_memberoperator
Change-Id: I929ef6dc2db7c9efdd0c33c42aa44268595bc75d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_editors/tst_memberoperator/testdata/usages.tsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_memberoperator/testdata/usages.tsv b/tests/system/suite_editors/tst_memberoperator/testdata/usages.tsv
index daecc37c7a..89831a431b 100644
--- a/tests/system/suite_editors/tst_memberoperator/testdata/usages.tsv
+++ b/tests/system/suite_editors/tst_memberoperator/testdata/usages.tsv
@@ -4,7 +4,7 @@
"" "" "argv[0]" "." "argv[0]." "False" ""
"" "" "2" "." "2." "False" ""
"" "" "float fl = 2" "." "float fl = 2." "False" ""
-"" "QCoreApplication qa;" "qa" "." "qa." "False" ""
+"" "QCoreApplication qa;" "qa" "." "qa." "True" "none"
"" "QCoreApplication *p;" "p" "." "p->" "True" "all"
"" "QCoreApplication &ref = a;" "ref" "." "ref." "True" "none"
"<QPointer>" "QPointer<QCoreApplication> p;" "p" "." "p." "True" "mixed"