Change-Id: Id4ff2fb20be76e330bb17b2d0e61c7aa110a99a0
Signed-off-by: Aleksandr Sapozhnik <a.sapozhnik@samsung.com>
Elm_Entry_Filter_Limit_Size m_TextLimitFilter;
const char *m_LimitToastText;
-
};
}
Widget *App::WidgetApplication::getWidget(widget_context_h context)
{
- Widget *widget= nullptr;
+ Widget *widget = nullptr;
widget_app_context_get_tag(context, (void **) &widget);
return widget;
}
auto action = actions[actionType];
std::string uri;
if (value) {
-
bool hasScheme = false;
for (auto &&scheme : action.schemes) {
if (scheme && strncmp(value, scheme.begin(), scheme.count() - 1) == 0) {
BasicInfoItem::BasicInfoItem(Model::Contact& contact)
: m_Image (*contact.getFieldById<ContactObject>(FieldImage)),
m_ImagePath (*m_Image.getField<ContactTextField>(0)),
- m_Genlist(nullptr)
+ m_Genlist (nullptr)
{
}
{
removeSelectItem(logItem);
delete logItem;
-
}