diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-08 14:16:33 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 11:30:14 +0100 |
commit | e476e0e8c07b3715ae123b4251dbab8800939d10 (patch) | |
tree | 42325c1942ae0843dcdaf98dddb1ee00b9d32ad5 /epggrid.h | |
parent | 881c95a61c066124fda197eb08d15c1d370d5d71 (diff) | |
download | vdr-plugin-tvguide-e476e0e8c07b3715ae123b4251dbab8800939d10.tar.gz vdr-plugin-tvguide-e476e0e8c07b3715ae123b4251dbab8800939d10.tar.bz2 |
Show inactive timer
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ class cEpgGrid : public cGrid {
private:
+ const cTimer *timer;
const cEvent *event;
cTextWrapper *extText;
cString timeString;
@@ -29,4 +30,4 @@ public: void debug();
};
-#endif //__TVGUIDE_EPGGRID_H
\ No newline at end of file +#endif //__TVGUIDE_EPGGRID_H
|