X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdrawarcaction.cpp;h=49ff15269965a340e01ba209f325b1e91ab332ce;hb=dbfab6256efe6b03e9750e33081d9dcdcdfc1c34;hp=624e4ee74a04a23f0e4b682d892f22eeef4e52e1;hpb=86caae9cadd6e1877a4e6226533521ef0d1c6389;p=architektonas diff --git a/src/drawarcaction.cpp b/src/drawarcaction.cpp index 624e4ee..49ff152 100644 --- a/src/drawarcaction.cpp +++ b/src/drawarcaction.cpp @@ -15,7 +15,6 @@ #include "arc.h" #include "mathconstants.h" #include "painter.h" -//#include "vector.h" enum { FIRST_POINT, SECOND_POINT, THIRD_POINT }; @@ -123,3 +122,13 @@ DrawArcAction::~DrawArcAction() } } + +/*virtual*/ void DrawArcAction::KeyDown(int /*key*/) +{ +} + + +/*virtual*/ void DrawArcAction::KeyReleased(int /*key*/) +{ +} +