moved the source back to src
[simple-xmbc-rem] / src / genericnotify.h
1 #ifndef GENERIC_NOTIFY_H
2 #define GENERIC_NOTIFY_H
3
4 #include <QString>
5
6 namespace notify
7 {
8     void init();
9     void notify(const QString& msg);
10 }
11
12 #endif // GENERIC_NOTIFY_H