mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2020-12-29 Fred Gleason <fredg@paravelsystems.com>
* Refactored the Full Log widget in rdairplay to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -31,7 +31,9 @@ class HourSelector : public RDWidget
|
||||
HourSelector(QWidget *parent=0);
|
||||
QSizePolicy sizePolicy() const;
|
||||
void setTimeMode(RDAirPlayConf::TimeMode mode);
|
||||
void updateHours(bool states[24]);
|
||||
|
||||
public slots:
|
||||
void updateHour(int hour,bool state);
|
||||
|
||||
signals:
|
||||
void hourSelected(int hour);
|
||||
|
||||
Reference in New Issue
Block a user