Skip to content
Snippets Groups Projects
Commit 199de053 authored by Pierre Lamot's avatar Pierre Lamot Committed by Jean-Baptiste Kempf
Browse files

qt: report 0 size when the ml cache is loaded but empty

7d70397c doesn't work properly without this,
model remains in loading state
parent f7d4afc8
No related branches found
No related tags found
Loading
Pipeline #325513 passed with stage
in 25 minutes and 35 seconds
......@@ -457,6 +457,8 @@ void MLListCache::asyncCountAndLoad()
emit endInsertRows();
emit localSizeChanged(m_cachedData->totalCount);
}
else
emit localSizeChanged(0);
}
m_countTask = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment