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ß <[email protected]>
6 
7  SPDX-License-Identifier: GPL-2.0-or-later
8 */
9 
10 #include "bodypartformatter.h"
11 
12 using namespace MimeTreeParser::Interface;
13 
14 BodyPartFormatter::~BodyPartFormatter() = default;
15 BodyPartFormatterPlugin::~BodyPartFormatterPlugin() = default;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 03:56:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.