actually initialize kcrash properly
ClosedPublic

Authored by sitter on Nov 19 2018, 3:45 PM.

Details

Summary

to successfully use kcrash when linking with as-needed (which is a default
flag on many linux distros) one also needs to call KCrash::initialize.

without this kcrash may not be available for most users.

https://markmail.org/thread/zv5pheijaze72bzs

Test Plan

builds; links as expected

Diff Detail

Repository
R226 Konqueror
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter requested review of this revision.Nov 19 2018, 3:45 PM
sitter created this revision.
dfaure accepted this revision.Nov 19 2018, 9:30 PM
This revision is now accepted and ready to land.Nov 19 2018, 9:30 PM
This revision was automatically updated to reflect the committed changes.