TileArray.h 107 Bytes
Newer Older
1 2 3 4 5
#ifndef TILEARRAY_H
#define TILEARRAY_H
typedef QVector<MeasurementTile> TileArray;

#endif // TILEARRAY_H