start to store the modification time for files in the database
this allows to scan files again only if they have a modification time greater than the one stored in database
astippich |
Elisa |
start to store the modification time for files in the database
this allows to scan files again only if they have a modification time greater than the one stored in database
tests are OK
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
The fileTime function was only introduced in Qt 5.10 according to docs, so it fails here (still 5.9). Maybe it's time to bump the requirement?
Thanks for noticing the problem. As for the version bump, I am not sure we can. I have to ask if the KDE continuous integration can provide this version.
The build.kde.org CI KDE service is now using only Qt 5.10 and the binary-factory.kde.org was already using it. The flatpak service will soon use Qt 5.10 (pending D12673).
We are ready to bump the requirement to Qt 5.10.
@astippich Is it fine for you ?