diff options
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 |