#ifndef LOGICALARRAY_H #define LOGICALARRAY_H
#include <QVector>
typedef QVector<bool> LogicalArray; #endif // LOGICALARRAY_H