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