Fix swapped creationTime and lastModified

This commit is contained in:
Apollo Zhu 2023-04-20 03:53:08 +00:00
parent ccb4a62f9c
commit 5e3569c803

View file

@ -213,7 +213,7 @@ bool SharePlugin::receivePacket(const NetworkPacket &np)
return true; return true;
} }
void SharePlugin::finished(KJob *job, const qint64 dateModified, const qint64 dateCreated, const bool open) void SharePlugin::finished(KJob *job, const qint64 dateCreated, const qint64 dateModified, const bool open)
{ {
FileTransferJob *ftjob = qobject_cast<FileTransferJob *>(job); FileTransferJob *ftjob = qobject_cast<FileTransferJob *>(job);
if (ftjob && !job->error()) { if (ftjob && !job->error()) {