dvbtab.h (kaffeine-2.0.16) | : | dvbtab.h (kaffeine-2.0.17) | ||
---|---|---|---|---|
skipping to change at line 107 | skipping to change at line 107 | |||
DvbChannelView *channelView; | DvbChannelView *channelView; | |||
QPointer<DvbEpgDialog> epgDialog; | QPointer<DvbEpgDialog> epgDialog; | |||
QLayout *mediaLayout; | QLayout *mediaLayout; | |||
QString osdChannel; | QString osdChannel; | |||
QTimer osdChannelTimer; | QTimer osdChannelTimer; | |||
QString currentChannel; | QString currentChannel; | |||
QString lastChannel; | QString lastChannel; | |||
QIcon mediaRecordIcon; | QIcon mediaRecordIcon; | |||
QIcon documentSaveIcon; | QIcon documentSaveIcon; | |||
bool autoHideMenu; | bool autoHideMenu; | |||
QTimer *cursorHideTimer; | ||||
DvbTimeShiftCleaner *timeShiftCleaner; | DvbTimeShiftCleaner *timeShiftCleaner; | |||
}; | }; | |||
#ifndef HAVE_DVB | #ifndef HAVE_DVB | |||
#error HAVE_DVB must be defined | #error HAVE_DVB must be defined | |||
#endif /* HAVE_DVB */ | #endif /* HAVE_DVB */ | |||
#if HAVE_DVB == 0 | #if HAVE_DVB == 0 | |||
inline void DvbTab::playChannel(QString const &) { } | inline void DvbTab::playChannel(QString const &) { } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |