#ifndef UTILS_H #define UTILS_H #include #include class Utils { public: Utils(); static void sendNotification(QString icon,QString title,QString body); }; #endif // UTILS_H