#ifndef UTILS_H #define UTILS_H class QString; class Utils { public: static QString fileToString(const QString &filename); }; #endif // UTILS_H