#pragma once #include #include #define QSTRING_CSTR(str) str.toUtf8().constData() typedef QList< int > QIntList; constexpr double DOUBLE_UINT8_MAX_SQUARED = static_cast(UINT8_MAX) * UINT8_MAX;