https://bugs.kde.org/show_bug.cgi?id=504844
Bug ID: 504844
Summary: DirectorySizeJob always returns a size of zero on
Windows
Classification: Frameworks and Libraries
Product: frameworks-kio
Version First 6.14.0
Reported In:
Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
KIO::DirectorySizeJob always returns 0 on Windows.
STEPS TO REPRODUCE
KIO::DirectorySizeJob *job = KIO::directorySize(path);
connect(job, &KJob::result, this, [job]() {
qDebug()<<"GOT FOLDER SIZE: "<<job->totalSize();
job->deleteLater();
});
While this works correctly on Linux, it always returns 0 on Windows.
OBSERVED RESULT
EXPECTED RESULT
SOFTWARE/OS VERSIONS
Windows:
macOS:
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma:
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.