#ifndef UTILS_H #define UTILS_H #include typedef unsigned char byte; namespace Utils { int decodeB64(QString strVal); int decodeVL64(QString rawq); QString encodeVL64(int i); void verifyDatabase(); } #endif // UTILS_H