Changelog for 0.0.8
[harmattan/cameraplus] / declarative / zoom.h
index 0042a59..2f847e0 100644 (file)
 #ifndef ZOOM_H
 #define ZOOM_H
 
-#include <QObject>
+#include "capability.h"
 
 class QtCamZoom;
 class QtCamDevice;
 
-class Zoom : public QObject {
+class Zoom : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(qreal value READ value WRITE setValue NOTIFY valueChanged);