summaryrefslogtreecommitdiff
path: root/src/notification.cpp
blob: 00d66ad8b99eedb9ded2994e31b0bb1435c10188 (plain)
1
2
3
4
5
6
#include "notification.h"

Notification::Notification(QObject *parent) :
    QObject(parent)
{
}