mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Prevents showing StatJob Progress info
BUG: 422121
Was introduced in ac234a9c55
This commit is contained in:
parent
b65576a131
commit
8aa7cde289
1 changed files with 1 additions and 1 deletions
|
@ -1523,7 +1523,7 @@ void DolphinView::calculateItemCount(int& fileCount,
|
||||||
bool countFileSize = true;
|
bool countFileSize = true;
|
||||||
|
|
||||||
// In case we have a precomputed value
|
// In case we have a precomputed value
|
||||||
const auto job = KIO::statDetails(m_model->rootItem().url(), KIO::StatJob::SourceSide, KIO::StatRecursiveSize);
|
const auto job = KIO::statDetails(m_model->rootItem().url(), KIO::StatJob::SourceSide, KIO::StatRecursiveSize, KIO::HideProgressInfo);
|
||||||
job->exec();
|
job->exec();
|
||||||
const auto entry = job->statResult();
|
const auto entry = job->statResult();
|
||||||
if (entry.contains(KIO::UDSEntry::UDS_RECURSIVE_SIZE)) {
|
if (entry.contains(KIO::UDSEntry::UDS_RECURSIVE_SIZE)) {
|
||||||
|
|
Loading…
Reference in a new issue