Engauge Digitizer  2
Points.h
1 #ifndef POINTS_H
2 #define POINTS_H
3 
4 #include "Point.h"
5 #include <QList>
6 
7 typedef QList<Point> Points;
8 
9 #endif // POINTS_H