This file is not used anywhere
[harmattan/cameraplus] / lib / qtcamdevice.h
index 8083101..34f72e8 100644 (file)
@@ -45,8 +45,10 @@ public:
   ~QtCamDevice();
 
   bool setViewfinder(QtCamViewfinder *viewfinder);
+  QtCamViewfinder *viewfinder() const;
+
   bool start();
-  bool stop();
+  bool stop(bool force);
   bool isRunning();
   bool isIdle();
 
@@ -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;
 };