File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/bin/patchmanager-daemon Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3088,12 +3088,12 @@ QString PatchManagerFilter::stats() const
30883088 }
30893089
30903090 // QList<QPair<QString, QVariant>> list;
3091- QTextStream list;
3092- list << " Filter Stats:"
3093- << " \n ==========================="
3094- << " \n Hotcache entries:: .............." << size ()
3095- << " \n Hotcache cost: .................." << totalCost () << " /" << maxCost ()
3096- << " \n Hotcache top entries: ..........." << " \n " << topTen.join (" \n " )
3097- << " \n ===========================" ;
3098- return list. readAll () ;
3091+ QString list;
3092+ list + " Filter Stats:"
3093+ + " \n ==========================="
3094+ + " \n Hotcache entries:: .............." + size ()
3095+ + " \n Hotcache cost: .................." + totalCost () + " /" + maxCost ()
3096+ + " \n Hotcache top entries: ..........." + " \n " + topTen.join (" \n " )
3097+ + " \n ===========================" ;
3098+ return list;
30993099}
You can’t perform that action at this time.
0 commit comments