Skip to content

Prepare for KMime::Content::parent() const returning a const Content*

Volker Krause requested to merge work/vkrause/kmime-const-correct-parent into master

Currently Content::parent() removes const-ness, which this code here happened to rely on.

Merge request reports