8a3143c66e240f2a671de1399c619a9029f59fc9
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / 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