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