diff -r 5bb26aa33ad5 -r 719b909a7d2b src/vertexmap.cpp --- a/src/vertexmap.cpp Wed Jul 20 21:35:55 2022 +0300 +++ b/src/vertexmap.cpp Wed Jul 20 21:48:46 2022 +0300 @@ -10,7 +10,7 @@ }); } -VertexMap::VertexMap(const Model *model) : +VertexMap::VertexMap(const QTextDocument *model) : model{model} { this->build();