#ifndef TILEARRAY_H #define TILEARRAY_H
#include "MeasurementTile.h"
typedef QVector<MeasurementTile> TileArray; #endif // TILEARRAY_H