qskinny/examples/automotive/SoundControl.h
2017-07-25 21:40:05 +02:00

15 lines
257 B
C++

#ifndef SOUNDCONTROL_H
#define SOUNDCONTROL_H
#include <QskControl.h>
class SoundControl : public QskControl
{
public:
QSK_SUBCONTROLS( CrossHair, Marker, SliderControl )
SoundControl( QQuickItem* parent = nullptr );
};
#endif // SOUNDCONTROL_H