Query the minimum, maximum and default values if needed from the GParamSpec objects
[harmattan/cameraplus] / lib / qtcamaperture.h
index 812e7b5..ab5e9e6 100644 (file)
@@ -32,6 +32,8 @@ public:
   QtCamAperture(QtCamDevice *dev, QObject *parent = 0);
   ~QtCamAperture();
 
+  unsigned int defaultValue();
+
   unsigned int value();
   bool setValue(unsigned int val);