IDArray.h 88 Bytes
Newer Older
1 2 3 4 5
#ifndef IDARRAY_H
#define IDARRAY_H
typedef QVector<long> IDArray;

#endif // IDARRAY_H