This revision was automatically updated to reflect the committed changes.
Closed by commit R241:8cd6be0b1c09: Restore compatibility of UDS::insert
(authored by jtamate).
REPOSITORY
R241 KIO
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D13892?vs=37170&id=37198
REVISION DETAIL
http
dfaure accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D13892
To: jtamate, dfaure, #frameworks, aacid
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
jtamate updated this revision to Diff 37170.
jtamate marked 2 inline comments as done.
jtamate added a comment.
Added KIOCORE_DEPRECATED
REPOSITORY
R241 KIO
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D13892?vs=37163&id=37170
REVISION DETAIL
https://phabricator.kde.org/D13892
dfaure added inline comments.
INLINE COMMENTS
> udsentry.h:148
> */
> void insert(uint field, const QString &value);
>
KIOCORE_DEPRECATED void...
> udsentry.h:156
> */
> void insert(uint field, long long l);
>
KIOCORE_DEPRECATED void...
REPOSITORY
R241 KIO
REVISIO
jtamate updated this revision to Diff 37163.
jtamate added a comment.
Now better.
REPOSITORY
R241 KIO
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D13892?vs=37161&id=37163
REVISION DETAIL
https://phabricator.kde.org/D13892
AFFECTED FILES
src/core/udsentry.cpp
src/core/uds
jtamate created this revision.
jtamate added reviewers: dfaure, Frameworks, aacid.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
jtamate requested review of this revision.
REVISION SUMMARY
Restore KIO backwards compatibility