summaryrefslogtreecommitdiff
path: root/searchtimer.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-01-25 15:04:03 +0100
committerlouis <louis.braun@gmx.de>2014-01-25 15:04:03 +0100
commit0cbc226651dbce5c01167ba24edc1d417634fb39 (patch)
tree10524b67acc2f3ca07eef3254649d2d28f1bcf51 /searchtimer.h
parent0d3d2efd62817b7ed9fe290ec08801eb19e081b0 (diff)
downloadvdr-plugin-tvguide-0cbc226651dbce5c01167ba24edc1d417634fb39.tar.gz
vdr-plugin-tvguide-0cbc226651dbce5c01167ba24edc1d417634fb39.tar.bz2
removed color buttons if detailed view is called from recmenu
Diffstat (limited to 'searchtimer.h')
-rw-r--r--searchtimer.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/searchtimer.h b/searchtimer.h
index eb345f8..0ffdfc2 100644
--- a/searchtimer.h
+++ b/searchtimer.h
@@ -5,20 +5,20 @@
class cTVGuideSearchTimer {
private:
std::string strTimer;
- int ID;
+ int ID;
std::string searchString;
- int useTime;
- int startTime;
- int stopTime;
- int useChannel;
- cChannel *channelMin;
+ int useTime;
+ int startTime;
+ int stopTime;
+ int useChannel;
+ cChannel *channelMin;
cChannel *channelMax;
std::string channelGroup;
- int useCase;
- int mode;
- int useTitle;
- int useSubtitle;
- int useDescription;
+ int useCase;
+ int mode;
+ int useTitle;
+ int useSubtitle;
+ int useDescription;
int useDuration;
int minDuration;
int maxDuration;