| #include <QtCore> | |
| POD PresetInfo(int presetNumber, float frequency, QString stationName) | |
| class MinuteTimer | |
| { | |
| PROP(int hour=1); | |
| PROP(int minute=51); | |
| SIGNAL(timeChanged()); | |
| SIGNAL(timeChanged2(QTime t)); | |
| SIGNAL(sendCustom(PresetInfo info)); | |
| SLOT(void SetTimeZone(int zn)); | |
| }; |