X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=1bc261b0eab5cbd198467e5d8e38688db3939a09;hb=143b369c0308a8cd524cb0ed51c5d67d6be69603;hp=bdc46e413bfa88caeb284b96b98d31d14bdf40ed;hpb=e8987f4028a1f9c0eeb33a45bd11b2e409b9c2c5;p=architektonas diff --git a/src/painter.h b/src/painter.h index bdc46e4..1bc261b 100644 --- a/src/painter.h +++ b/src/painter.h @@ -31,6 +31,7 @@ class Painter void DrawText(QRectF, int, QString); void DrawArrowhead(Vector, Vector, double); void DrawCrosshair(Vector); + void DrawInformativeText(QString); public: static Vector CartesianToQtCoords(Vector);