LogicalArray.h 108 Bytes
Newer Older
1 2 3 4 5
#ifndef LOGICALARRAY_H
#define LOGICALARRAY_H
typedef QVector<bool> LogicalArray;

#endif // LOGICALARRAY_H