X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftrimaction.cpp;h=a72594aa0762fcaaec1623862d96477cf36b0efb;hb=7f3a6b11585376eecd80979ec3da2346c5314d88;hp=40ae9fe9b61388848f795d81e85c8053022733c4;hpb=c85958d34fac175452fe420ff24ea82f26d6f1f3;p=architektonas diff --git a/src/trimaction.cpp b/src/trimaction.cpp index 40ae9fe..a72594a 100644 --- a/src/trimaction.cpp +++ b/src/trimaction.cpp @@ -1,4 +1,4 @@ -// TrimAction.cpp: Action class for mirroring selected objects +// trimaction.cpp: Action class for mirroring selected objects // // Part of the Architektonas Project // (C) 2011 Underground Software @@ -87,7 +87,7 @@ TrimAction::~TrimAction() } -/*virtual*/ void TrimAction::MouseDown(Vector point) +/*virtual*/ void TrimAction::MouseDown(Vector /*point*/) { // this is not accurate enough. need to use the actual intersection point, not // just the parameter(s). @@ -213,7 +213,7 @@ TrimAction::~TrimAction() } -/*virtual*/ void TrimAction::KeyDown(int key) +/*virtual*/ void TrimAction::KeyDown(int /*key*/) { #if 0 if ((key == Qt::Key_Shift) && (state == NEXT_POINT)) @@ -237,7 +237,7 @@ TrimAction::~TrimAction() } -/*virtual*/ void TrimAction::KeyReleased(int key) +/*virtual*/ void TrimAction::KeyReleased(int /*key*/) { #if 0 if ((key == Qt::Key_Shift) && shiftWasPressedOnNextPoint)