From bbc6d69e6162c95a66391dd919547c091837f9df Mon Sep 17 00:00:00 2001 From: David Li <dawei.li@gmx.net> Date: Fri, 26 Feb 2016 12:48:54 +0100 Subject: [PATCH] hotfix --- Tests/UnitTests/TestGUI/TestMapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/UnitTests/TestGUI/TestMapper.h b/Tests/UnitTests/TestGUI/TestMapper.h index 1b7e8876614..dc3951fab49 100644 --- a/Tests/UnitTests/TestGUI/TestMapper.h +++ b/Tests/UnitTests/TestGUI/TestMapper.h @@ -33,7 +33,7 @@ inline void TestMapper::test_ParticeleCompositionUpdate() ParameterizedItem *composition = model.insertNewItem(Constants::ParticleCompositionType, distribution->index()); QVERIFY(composition->getPropertyAttribute(ParticleItem::P_ABUNDANCE).isDisabled() == true); - model.removeRows(composition->index().row, 1, composition->parent()->index()); + model.removeRows(composition->index().row(), 1, composition->parent()->index()); QVERIFY(composition->getPropertyAttribute(ParticleItem::P_ABUNDANCE).isDisabled() == false); } -- GitLab