From 0dc163a85f3194c6192f44c372beb461b2f27325 Mon Sep 17 00:00:00 2001 From: Yunchan Cho Date: Sun, 17 Mar 2013 18:54:59 +0900 Subject: [PATCH] Add one field for new attribute 'touch-effect' of [Issue#] N/A [Problem] wrt installer can't save specific attribute for touch-effect. [Cause] There was no field to save parsed touch-effect of [Solution] One field for touch-effect is added to ConfigParser structure Change-Id: If90118ae6f5e1e96f31b3a96c152900a37ecae5c --- modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h index ee09d08..27f9855 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h @@ -235,6 +235,7 @@ class ConfigParserData { DPL::String m_boxSrc; DPL::String m_boxMouseEvent; + DPL::String m_boxTouchEffect; BoxSizeList m_boxSize; DPL::String m_pdSrc; DPL::String m_pdWidth; -- 2.7.4