Ticket #1002: tv_play.patch
File tv_play.patch, 470 bytes (added by , 20 years ago) |
---|
-
libs/libmythtv/tv_play.h
213 213 bool HasQueuedInput(void) const 214 214 { return !GetQueuedInput().isEmpty(); } 215 215 bool HasQueuedChannel(void) const 216 { return queuedChanID || ! GetQueuedChanNum().isEmpty(); }216 { return queuedChanID || !queuedChanNum.isEmpty(); } 217 217 218 218 // get queued up input 219 219 QString GetQueuedInput(void) const { return queuedInput; }