diff options
author | chriszero <zerov83@gmail.com> | 2015-04-05 22:58:58 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-05 22:58:58 +0200 |
commit | 13605a7c30e5e35f33ba824c92d2e7cf706a0fa9 (patch) | |
tree | 5da678c35791595a8f6e6508bb028b018cb2dd90 /plex.h | |
parent | f3d792a866ba602458d5d6c521bafa66e56a5528 (diff) | |
download | vdr-plugin-plex-13605a7c30e5e35f33ba824c92d2e7cf706a0fa9.tar.gz vdr-plugin-plex-13605a7c30e5e35f33ba824c92d2e7cf706a0fa9.tar.bz2 |
detect skindesigner support
Diffstat (limited to 'plex.h')
-rw-r--r-- | plex.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include "plexgdm.h" #include "cPlexOsdItem.h" #include "hlsPlayerControl.h" +#include "plexSdOsd.h" #include <iostream> #include <string> @@ -38,6 +39,9 @@ static const char *const MAINMENUENTRY = "Plex for VDR"; class cMyPlugin:public cPlugin { +private: + cPlexSdOsd* m_pSdCheck; + public: cMyPlugin(void); virtual ~ cMyPlugin(void); |