IDArray.h 117 Bytes
Newer Older
1 2
#ifndef IDARRAY_H
#define IDARRAY_H
Valentin Platzgummer's avatar
Valentin Platzgummer committed
3 4 5 6

#include <QVector>

typedef QVector<std::int64_t> IDArray;
7 8

#endif // IDARRAY_H