diff options
| author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-21 11:55:05 +0100 |
|---|---|---|
| committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-01-21 11:55:05 +0100 |
| commit | ddf861d6f630dd4db3e69395a68ad89af776e47f (patch) | |
| tree | 0f4561cea26b407454e29cc706c0ff380091191d /coreengine/viewelement.h | |
| parent | 7a6858b8f30bb3c817276cd7fb4299c14d75a091 (diff) | |
| parent | 4c4b9f78372eeabbd394041b63db71c76eec146d (diff) | |
| download | vdr-plugin-skindesigner-ddf861d6f630dd4db3e69395a68ad89af776e47f.tar.gz vdr-plugin-skindesigner-ddf861d6f630dd4db3e69395a68ad89af776e47f.tar.bz2 | |
Merge branch 'pbiering/skindesigner-expose-recording-isUHD'
Diffstat (limited to 'coreengine/viewelement.h')
| -rw-r--r-- | coreengine/viewelement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreengine/viewelement.h b/coreengine/viewelement.h index 2696a0b..83e9e11 100644 --- a/coreengine/viewelement.h +++ b/coreengine/viewelement.h @@ -114,5 +114,6 @@ public: * helper function (did not find any other common place) ******************************************************************/ bool RecordingIsHD(const cEvent* event); +bool RecordingIsUHD(const cEvent* event); #endif //__VIEWELEMENT_H |
