From 61e770e5a75b6b0d1824f191c6feda442068c56a Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 24 Jun 2016 12:41:58 +0200 Subject: [PATCH] Tests: Treemodel compile fix Change-Id: I28132baeb4b5b538f5d8c94c6182b3afe3ac2c78 Reviewed-by: Nikolai Kosjar --- tests/auto/utils/treemodel/tst_treemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/utils/treemodel/tst_treemodel.cpp b/tests/auto/utils/treemodel/tst_treemodel.cpp index 15dbc257038..974294d8e11 100644 --- a/tests/auto/utils/treemodel/tst_treemodel.cpp +++ b/tests/auto/utils/treemodel/tst_treemodel.cpp @@ -95,7 +95,7 @@ struct ItemB : public TreeItem {}; void tst_TreeModel::testMixed() { - LeveledTreeModel m; + LeveledTreeModel m; TreeItem *r = m.rootItem(); TreeItem *ra; r->appendChild(new ItemA);