1 2 3 4 5 6
#include "notification.h" Notification::Notification(QObject *parent) : QObject(parent) { }