Add todos for hardcoded values
authorMohammed Sameer <msameer@foolab.org>
Sat, 8 Sep 2012 18:06:54 +0000 (21:06 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 8 Sep 2012 18:06:54 +0000 (21:06 +0300)
lib/qtcamaperture.cpp
lib/qtcamevcomp.cpp
lib/qtcamexposure.cpp
lib/qtcamiso.cpp

index 0171290..47d5cfe 100644 (file)
@@ -1,6 +1,7 @@
 #include "qtcamaperture.h"
 #include "qtcamcapability_p.h"
 
+// TODO: hardcoded
 #define APERTURE_MIN 0
 #define APERTURE_MAX 255
 
index bdb26f4..5d5264e 100644 (file)
@@ -1,6 +1,7 @@
 #include "qtcamevcomp.h"
 #include "qtcamcapability_p.h"
 
+// TODO: hardcoded
 #define EV_COMP_MIN -2.5
 #define EV_COMP_MAX +2.5
 
index 2fed142..5b67b63 100644 (file)
@@ -1,6 +1,7 @@
 #include "qtcamexposure.h"
 #include "qtcamcapability_p.h"
 
+// TODO: hardcoded
 #define EXPOSURE_MIN 0
 #define EXPOSURE_MAX 4294967295u
 
index a7d2982..7e028f9 100644 (file)
@@ -1,6 +1,7 @@
 #include "qtcamiso.h"
 #include "qtcamcapability_p.h"
 
+// TODO: hardcoded
 #define ISO_MIN 0
 #define ISO_MAX 6400