diff options
author | chriszero <zerov83@gmail.com> | 2015-04-05 22:33:05 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-04-05 22:33:05 +0200 |
commit | f3d792a866ba602458d5d6c521bafa66e56a5528 (patch) | |
tree | 8a0b9c52ca97635cbd682468f629784d0d5b2d6c /detailView.h | |
parent | f7f62b7ff1f12c1563a04560ad87d2f92a3e0af9 (diff) | |
download | vdr-plugin-plex-f3d792a866ba602458d5d6c521bafa66e56a5528.tar.gz vdr-plugin-plex-f3d792a866ba602458d5d6c521bafa66e56a5528.tar.bz2 |
Fixes some concurency bugs
Diffstat (limited to 'detailView.h')
-rw-r--r-- | detailView.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/detailView.h b/detailView.h new file mode 100644 index 0000000..9917fd0 --- /dev/null +++ b/detailView.h @@ -0,0 +1,14 @@ +#ifndef CDETAILVIEW_H +#define CDETAILVIEW_H + +#include "viewGridNavigator.h" + +class cDetailView +{ +public: + cDetailView(cOsdView *detailView, const cGridElement *element); + ~cDetailView(); + +}; + +#endif // CDETAILVIEW_H |