Skip to content

remove the automatic kcrash init

Harald Sitter requested to merge work/sitter/noimplicitinit into master

it a) doesn't work when built with as-needed b) is therefore superseded by the explicit ::initialize c) is probably behind drkonqi sometimes starting for non-KDE apps (if implicit init runs on startup because it was pulled in by some library the app may end up with kcrash even though it shouldn't)

BUG: 477842

Merge request reports