X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=simplexbmcremote-0.8.1%2Fgenericnotify.h;fp=simplexbmcremote-0.8.1%2Fgenericnotify.h;h=8a3143c66e240f2a671de1399c619a9029f59fc9;hb=a3cf4f79d3cde0b08b3badc0fb2caa5739265b1e;hp=0000000000000000000000000000000000000000;hpb=d328e0caa02487fe504e1aa27147c50eaffcbee3;p=simple-xmbc-rem diff --git a/simplexbmcremote-0.8.1/genericnotify.h b/simplexbmcremote-0.8.1/genericnotify.h new file mode 100644 index 0000000..8a3143c --- /dev/null +++ b/simplexbmcremote-0.8.1/genericnotify.h @@ -0,0 +1,12 @@ +#ifndef GENERIC_NOTIFY_H +#define GENERIC_NOTIFY_H + +#include + +namespace notify +{ + void init(); + void notify(const QString& msg); +} + +#endif // GENERIC_NOTIFY_H