diff -r 5bb26aa33ad5 -r 719b909a7d2b src/ldrawalgorithm.cpp --- a/src/ldrawalgorithm.cpp Wed Jul 20 21:35:55 2022 +0300 +++ b/src/ldrawalgorithm.cpp Wed Jul 20 21:48:46 2022 +0300 @@ -18,7 +18,7 @@ return result; } -std::vector ldraw::makeUnofficial(const Model* model) +std::vector ldraw::makeUnofficial(const QTextDocument* model) { std::vector actions; constexpr int ldrawOrgLinePosition = 3;