D6250: Expand documentation of Persistence attribute
Chinmoy Ranjan Pradhan
noreply at phabricator.kde.org
Thu Jun 22 09:18:08 UTC 2017
chinmoyr added a comment.
In policy-gen.cpp there is this condition
if (persistence != QLatin1String("session") && persistence != QLatin1String("always")) {
qCritical("Wrong persistence: %s", persistence.toLatin1().data());
exit(1);
}
So, if there is persistence then it can't be just set to anything, it has to be either 'session' or 'always', then only it would append '_keep'.
REPOSITORY
R283 KAuth
REVISION DETAIL
https://phabricator.kde.org/D6250
To: elvisangelaccio, #frameworks, davidedmundson
Cc: chinmoyr, davidedmundson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170622/049188e6/attachment.html>
More information about the Kde-frameworks-devel
mailing list