Messagelib

bodypart.cpp
1/*
2 This file is part of KMail's plugin interface.
3 SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
4 SPDX-FileCopyrightText: 2004 Ingo Kloecker <kloecker@kde.org>
5
6 SPDX-License-Identifier: GPL-2.0-or-later
7*/
8
9#include "bodypart.h"
10
11MimeTreeParser::Interface::BodyPartMemento::~BodyPartMemento() = default;
12
13MimeTreeParser::Interface::BodyPart::~BodyPart() = default;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:43 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.