Mercurial > hg > svcore
diff data/model/test/TestSparseModels.h @ 1766:85b9b466a59f
Merge from branch by-id
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 14:24:51 +0100 |
parents | 9d82b164f264 |
children |
line wrap: on
line diff
--- a/data/model/test/TestSparseModels.h Thu Jun 20 14:58:20 2019 +0100 +++ b/data/model/test/TestSparseModels.h Wed Jul 17 14:24:51 2019 +0100 @@ -18,7 +18,7 @@ #include "../SparseOneDimensionalModel.h" #include "../NoteModel.h" #include "../TextModel.h" -#include "../PathModel.h" +#include "../Path.h" #include "../ImageModel.h" #include <QObject> @@ -252,7 +252,7 @@ } void path_xml() { - PathModel m(100, 10, false); + Path m(100, 10); PathPoint p1(20, 30); PathPoint p2(40, 60); PathPoint p3(50, 49);