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