This file is not used anywhere
[harmattan/cameraplus] / lib / qtcamdevice.h
index 1f75d3d..34f72e8 100644 (file)
@@ -45,6 +45,8 @@ public:
   ~QtCamDevice();
 
   bool setViewfinder(QtCamViewfinder *viewfinder);
+  QtCamViewfinder *viewfinder() const;
+
   bool start();
   bool stop(bool force);
   bool isRunning();
@@ -81,7 +83,8 @@ private:
   friend class QtCamMetaData;
   friend class QtCamCapability;
   friend class QtCamVideoTorch;
-  friend class QtCamMute;
+  friend class QtCamVideoMute;
+  friend class QtCamAutoFocusPrivate;
 
   QtCamDevicePrivate *d_ptr;
 };