Added getter for current resolution
[harmattan/cameraplus] / lib / qtcamvideomode.h
index 649c5ca..77a489e 100644 (file)
@@ -49,6 +49,8 @@ public:
 
   bool setResolution(const QtCamVideoResolution& resolution);
 
+  QtCamVideoResolution currentResolution();
+
   void setProfile(GstEncodingProfile *profile);
 
   QtCamVideoSettings *settings();