D10414: Add move semantics support to KIO::UDSEntry.
Mark Gaiser
noreply at phabricator.kde.org
Sun Feb 18 12:25:27 UTC 2018
markg added a comment.
In D10414#208515 <https://phabricator.kde.org/D10414#208515>, @bcooksley wrote:
> Looks like QT_LSTAT doesn't exist on Windows - see https://git.reviewboard.kde.org/r/127727/
Would including "kioglobal_p.h" perhaps fix this?
#ifndef QT_LSTAT
#define QT_LSTAT kio_windows_lstat
#endif
It's a private header, but it's just for the unit tests. That would probably be fine.
If someone could test that on a windows setup?
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D10414
To: markg, dfaure
Cc: bcooksley, apol, #frameworks, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180218/31c520c6/attachment.html>
More information about the Kde-frameworks-devel
mailing list