qskinny/examples/iot-dashboard/IndoorTemperature.h

13 lines
219 B
C
Raw Normal View History

2020-08-14 10:48:15 +00:00
#ifndef INDOORTEMPERATURE_H
#define INDOORTEMPERATURE_H
#include <QskLinearBox.h>
class IndoorTemperature : public QskLinearBox
{
public:
IndoorTemperature( QQuickItem* parent );
};
#endif // INDOORTEMPERATURE_H