Optimization
[GPXSee.git] / src / map / bitmapline.h
blob37bf428d702e7df7107509d0a916ac77acabd33e
1 #ifndef BITMAPLINE_H
2 #define BITMAPLINE_H
4 class QPainter;
5 class QImage;
6 class QPolygonF;
8 namespace BitmapLine
10 void draw(QPainter *painter, const QPolygonF &line, const QImage &img);
13 #endif // BITMAPLINE_H