dvbepgdialog.h (kaffeine-2.0.16) | : | dvbepgdialog.h (kaffeine-2.0.17) | ||
---|---|---|---|---|
skipping to change at line 50 | skipping to change at line 50 | |||
void setCurrentChannel(const DvbSharedChannel &channel); | void setCurrentChannel(const DvbSharedChannel &channel); | |||
private slots: | private slots: | |||
void languageChanged(const QString); | void languageChanged(const QString); | |||
void languageAdded(const QString); | void languageAdded(const QString); | |||
void channelActivated(const QModelIndex &index); | void channelActivated(const QModelIndex &index); | |||
void entryActivated(const QModelIndex &index); | void entryActivated(const QModelIndex &index); | |||
void checkEntry(); | void checkEntry(); | |||
void scheduleProgram(); | void scheduleProgram(); | |||
void changeShowMode(); | ||||
private: | private: | |||
DvbManager *manager; | DvbManager *manager; | |||
DvbEpgChannelTableModel *epgChannelTableModel; | DvbEpgChannelTableModel *epgChannelTableModel; | |||
DvbEpgTableModel *epgTableModel; | DvbEpgTableModel *epgTableModel; | |||
QString currentLanguage; | QString currentLanguage; | |||
QTreeView *channelView; | QTreeView *channelView; | |||
QTreeView *epgView; | QTreeView *epgView; | |||
QLabel *contentLabel; | QLabel *contentLabel; | |||
QComboBox *languageBox; | QComboBox *languageBox; | |||
QCheckBox *showBox; | ||||
QLabel *languageLabel; | QLabel *languageLabel; | |||
}; | }; | |||
#endif /* DVBEPGDIALOG_H */ | #endif /* DVBEPGDIALOG_H */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |