Adding TODO items
authorMohammed Sameer <msameer@foolab.org>
Thu, 6 Sep 2012 15:38:43 +0000 (18:38 +0300)
committerMohammed Sameer <msameer@foolab.org>
Thu, 6 Sep 2012 16:10:10 +0000 (19:10 +0300)
lib/qtcammode.h

index 904ca91..64dd9bd 100644 (file)
@@ -47,8 +47,10 @@ protected:
   virtual void start() = 0;
   virtual void stop() = 0;
 
+  // TODO: move this from here
   void setPreviewSize(const QSize& size);
 
+  // TODO: move this from here
   void setFileName(const QString& fileName);
 
   QtCamModePrivate *d_ptr;