File indexing completed on 2024-06-23 05:19:20

0001 /*
0002     This file is part of KMail's plugin interface.
0003     SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
0004     SPDX-FileCopyrightText: 2004 Ingo Kloecker <kloecker@kde.org>
0005 
0006     SPDX-License-Identifier: GPL-2.0-or-later
0007 */
0008 
0009 #include "bodypart.h"
0010 
0011 MimeTreeParser::Interface::BodyPartMemento::~BodyPartMemento() = default;
0012 
0013 MimeTreeParser::Interface::BodyPart::~BodyPart() = default;