src/tools/drawtool.cpp

changeset 102
9f435f66bd0c
parent 96
165777a20dc7
equal deleted inserted replaced
101:910890292639 102:9f435f66bd0c
12 QString DrawTool::toolTip() const 12 QString DrawTool::toolTip() const
13 { 13 {
14 static const QString result = tr("Draw new elements into the model."); 14 static const QString result = tr("Draw new elements into the model.");
15 return result; 15 return result;
16 } 16 }
17
18 void DrawTool::pointInCanvasClicked(const glm::vec3& point)
19 {
20
21 }

mercurial