X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftrimaction.cpp;h=a72594aa0762fcaaec1623862d96477cf36b0efb;hb=4bc000ba003a53fb11428a2eb71e3b4471a15c7a;hp=40ae9fe9b61388848f795d81e85c8053022733c4;hpb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;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)