Kill redundant Connecation element for resolution settings
[harmattan/cameraplus] / declarative / iso.h
index 7e6669c..9055ae6 100644 (file)
 #ifndef ISO_H
 #define ISO_H
 
-#include <QObject>
+#include "capability.h"
 
 class QtCamIso;
 class QtCamDevice;
 
-class Iso : public QObject {
+class Iso : public Capability {
   Q_OBJECT
 
   Q_PROPERTY(unsigned int value READ value WRITE setValue NOTIFY valueChanged);