#ifndef CLOCKOVERLAY_H #define CLOCKOVERLAY_H #include class ClockOverlay : public QLCDNumber { public: ClockOverlay(QWidget* parent); void timerTick(); }; #endif // CLOCKOVERLAY_H