#ifndef UTILS_H #define UTILS_H #include #include #include #include #include "qssgeneralexception.h" class Utils { public: Utils(); static QByteArray readFile(QString path); static QDebug &info(); static QDebug &error(); }; #endif // UTILS_H