LogicalArray.h 129 Bytes
Newer Older
1 2
#ifndef LOGICALARRAY_H
#define LOGICALARRAY_H
Valentin Platzgummer's avatar
Valentin Platzgummer committed
3 4 5

#include <QVector>

6 7 8
typedef QVector<bool> LogicalArray;

#endif // LOGICALARRAY_H