Making candidates when editable is added to container 18/177318/2
authorhyunho <hhstark.kang@samsung.com>
Fri, 27 Apr 2018 05:17:35 +0000 (14:17 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 27 Apr 2018 05:36:44 +0000 (14:36 +0900)
commitf71cef88a4970367d10c98e2df1d23280e458b2a
tree6b752d8435f6ade9f98cf141167045c49106bbb2
parent606fb4b7b4c2aeb35f86d2b5dc0a79470bce8c85
Making candidates when editable is added to container

Currently editable makes candidates in constructor and it is unnecessary and
useless process. Let's make candidates when it is really needed.

Change-Id: Iae39f68a9d209d676143c61be8bd5d59e1915c9e
Signed-off-by: hyunho <hhstark.kang@samsung.com>
12 files changed:
unittest/src/test_design_element.cc
watchface-complication/complication-implementation.h
watchface-complication/complication.cc
watchface-complication/complication.h
watchface-complication/design-element-implementation.h
watchface-complication/design-element.cc
watchface-complication/design-element.h
watchface-complication/editable-interface.h
watchface-complication/editables-container.cc
watchface-complication/received-editable.cc
watchface-complication/received-editable.h
watchface-complication/watchface-editable.cc