#ifndef UTILS_H #define UTILS_H #include <QObject> class Utils { public: Utils(); }; #endif // UTILS_H