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