Messagelib

interfaces/bodypartformatter.cpp
1/* -*- mode: C++; c-file-style: "gnu" -*-
2 bodypartformatter.cpp
3
4 This file is part of KMail's plugin interface.
5 SPDX-FileCopyrightText: 2016 Sandro Knauß <sknauss@kde.org>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9
10#include "bodypartformatter.h"
11
12using namespace MimeTreeParser::Interface;
13
14BodyPartFormatter::~BodyPartFormatter() = default;
15BodyPartFormatterPlugin::~BodyPartFormatterPlugin() = 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.