From a35b3631420ac051a1b50a00806ee29900f03250 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 23 Oct 2018 09:12:16 +0900 Subject: Fix build error 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 --- app/camera.h | 1 - 1 file changed, 1 deletion(-) 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 #include -using namespace cv; using namespace std; static QVariantList cam_arr_bak; -- cgit 1.2.3-korg