Added renderArea property to Camera
[harmattan/cameraplus] / lib / qtcamviewfinderrenderermeego.h
index 714ff12..a48d850 100644 (file)
@@ -44,6 +44,8 @@ public:
   virtual void reset();
   virtual GstElement *sinkElement();
 
+  QRectF renderArea();
+
 private slots:
   void setVideoSize(const QSizeF& size);
 
@@ -56,7 +58,6 @@ private:
   void createProgram();
   void paintFrame(QPainter *painter, int frame);
   void calculateCoords();
-  QRectF renderArea();
 
   QtCamConfig *m_conf;
   GstElement *m_sink;