TilePtrArray.h 121 Bytes
Newer Older
1 2 3 4 5
#ifndef TILEPTRARRAY_H
#define TILEPTRARRAY_H
typedef QVector<MeasurementTile *> TilePtrArray;

#endif // TILEPTRARRAY_H