diff -r 503d4e7e27c9 -r f7c53002a990 src/editmodes/linePathMode.cpp --- a/src/editmodes/linePathMode.cpp Thu Jun 21 19:21:49 2018 +0300 +++ b/src/editmodes/linePathMode.cpp Fri Jun 22 12:13:01 2018 +0300 @@ -28,7 +28,7 @@ void LinePathMode::render (QPainter& painter) const { QVector points; - QList points3d = m_drawedVerts; + QVector points3d = m_drawedVerts; points3d << renderer()->position3D(); for (Vertex const& vrt : points3d)