src/vertexmap.cpp

changeset 338
719b909a7d2b
parent 333
07e65a4c6611
child 374
75efc3ba5a56
--- 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();

mercurial