aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@qt.io>2021-12-10 23:25:22 +0100
committerFawzi Mohamed <fawzi.mohamed@qt.io>2021-12-17 06:05:01 +0100
commit6f2a1487b723206da5b4f363a0c9ddb6d7333367 (patch)
tree94811448d53441c4c877710793094a492b0ba566 /tests/auto/qmldom
parent867698300afe4913c61f469e4f57bbd49b080fdf (diff)
tst_dommerging.h: remove dead code
Change-Id: I8b61a99ff05d1bb4f1d5b0440d8814f490e71529 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qmldom')
-rw-r--r--tests/auto/qmldom/merging/tst_dommerging.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/qmldom/merging/tst_dommerging.h b/tests/auto/qmldom/merging/tst_dommerging.h
index e7e48fbb09..2550ccee58 100644
--- a/tests/auto/qmldom/merging/tst_dommerging.h
+++ b/tests/auto/qmldom/merging/tst_dommerging.h
@@ -121,15 +121,6 @@ private slots:
QCOMPARE(binding, pInfo.field(Fields::bindings).index(0));
}
- void testFromScratch()
- {
- // QmlFile
- // add import
- // set prop
- // add prop
- // ubObj
- }
-
private:
std::shared_ptr<DomEnvironment> envPtr;
DomItem env;