washstepgauge.h 206 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef WASHSTEPGAUGE_H #define WASHSTEPGAUGE_H #include "preheattempgauge.h" class WashStepGauge : public PreheatTempGauge { public: WashStepGauge(QWidget *parent = 0); }; #endif // WASHSTEPGAUGE_H