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