diff -r fe094d0687ad -r c27612f0eac0 src/vertexmap.h --- a/src/vertexmap.h Wed Jun 22 23:51:06 2022 +0300 +++ b/src/vertexmap.h Sun Jun 26 19:44:45 2022 +0300 @@ -26,9 +26,9 @@ Q_SIGNAL void verticesChanged(); private: const Model* const model; - QSet vertexHashes; + QSet vertexHashes; std::vector vertices; - std::map map; + std::map map; }; #endif // VERTEXMAP_H