summaryrefslogtreecommitdiff
path: root/src/notification.h
blob: 899a9aacbe8ee34abb99847254d05b730a9dedcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef NOTIFICATION_H
#define NOTIFICATION_H

#include <QObject>

class Notification : public QObject
{	
public:
	explicit Notification(QObject *parent = 0);

signals:

public slots:

};

#endif // NOTIFICATION_H