diff --git a/Mapper.cpp b/Mapper.cpp index 4a73c68..53a537c 100644 --- a/Mapper.cpp +++ b/Mapper.cpp @@ -352,7 +352,7 @@ void TextureMapper::drawControls(QPainter* painter) void TextureMapper::drawInputControls(QPainter* painter) { -// drawShapeContour(painter, *inputShape, 3, QColor(0, 0, 255)); + } void PolygonTextureMapper::drawControls(QPainter* painter) diff --git a/MapperGLCanvas.cpp b/MapperGLCanvas.cpp index 1c9e046..822ab2e 100644 --- a/MapperGLCanvas.cpp +++ b/MapperGLCanvas.cpp @@ -242,7 +242,6 @@ void MapperGLCanvas::updateCanvas() void MapperGLCanvas::enableDisplayControls(bool display) { _displayControls = display; - qDebug() << "Toggle display to " << display << endl; updateCanvas(); } diff --git a/Shape.h b/Shape.h index c68d60d..10b19d5 100644 --- a/Shape.h +++ b/Shape.h @@ -84,7 +84,7 @@ public: virtual bool includesPoint(const QPointF& p) = 0; - /* Translate all vertices of shape by the vector (x,y) */ + /// Translate all vertices of shape by the vector (x,y). virtual void translate(int x, int y); protected: