#ifndef INDOORTEMPERATURE_H #define INDOORTEMPERATURE_H #include class IndoorTemperature : public Box { public: IndoorTemperature( QQuickItem* parent ); }; #endif // INDOORTEMPERATURE_H