X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fmainwindow.h;h=ec207958084a5d6c09aa0c438a897bfa781a8ed7;hb=3f50c821de14b8deab2374810bf974908e6681e8;hp=fcdb8034a7b592a60d22ff3cde60bb7af29b01d6;hpb=1fec110dffcb5740aa20bb826b92aa6a3824503d;p=r2c2.git diff --git a/source/engineer/mainwindow.h b/source/engineer/mainwindow.h index fcdb803..ec20795 100644 --- a/source/engineer/mainwindow.h +++ b/source/engineer/mainwindow.h @@ -16,6 +16,7 @@ private: Msp::GLtk::Indicator *ind_off; Msp::GLtk::Indicator *ind_halt; Msp::GLtk::Label *lbl_status; + Msp::GLtk::Label *lbl_clock; public: MainWindow(Engineer &); @@ -29,6 +30,7 @@ private: void quit_clicked(); void power_event(bool); void halt_event(bool); + void clock_minute(); }; #endif