Compare commits

...

1 commit

Author SHA1 Message Date
Apollo Zhu
5e3569c803 Fix swapped creationTime and lastModified 2023-04-20 03:53:08 +00:00

View file

@ -213,7 +213,7 @@ bool SharePlugin::receivePacket(const NetworkPacket &np)
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);
if (ftjob && !job->error()) {