element editor: minor improvement about line creation

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3455 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-11-05 21:37:25 +00:00
parent c81b4fb07c
commit e4de046db5
4 changed files with 46 additions and 12 deletions

View File

@@ -24,6 +24,10 @@ class ElementScene;
class PartLine;
class QGraphicsSceneMouseEvent;
/**
* @brief The ESEventAddLine class
* This ESEvent manage creation of line in a ElementScene
*/
class ESEventAddLine : public ESEventInterface
{
public: