[KMime] Get rid of Headers::Base::clear
Closed, ResolvedPublic

Description

  • pollutes the virtual interface for only very rare external use-cases
  • is abused for ctor initialization in the generated code by using dirty ctor to virtual calls

Externally the effect of clear() is the same as calling removeHeader, so add a template convenience overload for that and remove clear().

vkrause created this task.Aug 25 2015, 3:08 PM
vkrause updated the task description. (Show Details)
vkrause raised the priority of this task from to Normal.
vkrause added a project: KDE PIM.
vkrause moved this task to Backlog on the KDE PIM board.
vkrause added a subscriber: vkrause.
vkrause claimed this task.Aug 26 2015, 6:57 PM
vkrause moved this task from Backlog to In Progress on the KDE PIM board.
knauss added a subscriber: knauss.Apr 21 2018, 5:15 PM

ping - solved meanwhile?

ognarb closed this task as Resolved.Sep 17 2024, 6:45 AM
ognarb added a subscriber: ognarb.

This is done