Home | History | Annotate | Download | only in notifications

Lines Matching defs:argument

49     String argument;
50 if (options.get("body", argument))
51 notification->setBody(argument);
52 if (options.get("tag", argument))
53 notification->setTag(argument);
54 if (options.get("lang", argument))
55 notification->setLang(argument);
56 if (options.get("dir", argument))
57 notification->setDir(argument);
58 if (options.get("icon", argument)) {
59 KURL iconUrl = argument.isEmpty() ? KURL() : context->completeURL(argument);