aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-10-23 09:12:16 +0900
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>2018-10-23 00:16:38 +0000
commita35b3631420ac051a1b50a00806ee29900f03250 (patch)
tree18d02983eed240a492d53f579eaefbac4d2b06c7
parent5600baab3871ab649b128f46c3b07d176ca865f1 (diff)
There is a class named "Rect" in libwindowmanager, and this application is using opencv with class named "Rect", delete "using namespace cv" to fix build error. BUG-AGL: SPEC-1787 Change-Id: If94e679b357ff3ab17acc134a66d636e7b9b6fd5 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
-rw-r--r--app/camera.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/camera.h b/app/camera.h
index 163f82e..1b85d27 100644
--- a/app/camera.h
+++ b/app/camera.h
@@ -27,7 +27,6 @@
#include <opencv2/imgcodecs.hpp>
#include <opencv2/highgui.hpp>
-using namespace cv;
using namespace std;
static QVariantList cam_arr_bak;