kontact: simplify ksycoca-related startup code
ClosedPublic

Authored by dfaure on Nov 25 2019, 6:45 PM.

Details

Summary

ksycoca is rebuilt in process these days, looping and waiting
[for kbuildsycoca] makes no sense anymore [for a long time now].

CCBUG: 414137

Test Plan

deleted ksycoca file, started kontact, it said "rebuilding ksycoca"
and started up fine

Diff Detail

Repository
R209 Kontact
Branch
release/19.12
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19157
Build 19175: arc lint + arc unit
dfaure created this revision.Nov 25 2019, 6:45 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptNov 25 2019, 6:45 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
dfaure requested review of this revision.Nov 25 2019, 6:45 PM
vkrause accepted this revision.Nov 25 2019, 6:55 PM
This revision is now accepted and ready to land.Nov 25 2019, 6:55 PM
mlaurent added inline comments.Nov 25 2019, 9:13 PM
src/mainwindow.cpp
142

qCDebug(...) ?

dfaure added inline comments.Nov 25 2019, 10:34 PM
src/mainwindow.cpp
142

It's a rare case, which I think should actually print the debug line in debugging mode. Not much point in categorized logging for a single and rare startup debug message.

dfaure closed this revision.Nov 25 2019, 10:34 PM