#ifndef NOTIFICATIONS_HPP #define NOTIFICATIONS_HPP #include #include namespace notifications { void notify(QString title, QString body, QSystemTrayIcon::MessageIcon icon = QSystemTrayIcon::Information); } #endif // NOTIFICATIONS_HPP