Don't reuse file names
[harmattan/cameraplus] / lib / qtcamimagemode.cpp
index 09af7f7..6aae13b 100644 (file)
@@ -143,3 +143,7 @@ void QtCamImageMode::setProfile(GstEncodingProfile *profile) {
 QtCamImageSettings *QtCamImageMode::settings() const {
   return d->settings;
 }
+
+QtCamImageResolution QtCamImageMode::currentResolution() {
+  return d->resolution;
+}