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

0001 /*  -*- mode: C++; c-file-style: "gnu" -*-
0002     bodypartformatter.cpp
0003 
0004     This file is part of KMail's plugin interface.
0005     SPDX-FileCopyrightText: 2016 Sandro Knauß <sknauss@kde.org>
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 
0010 #include "bodypartformatter.h"
0011 
0012 using namespace MimeTreeParser::Interface;
0013 
0014 BodyPartFormatter::~BodyPartFormatter() = default;
0015 BodyPartFormatterPlugin::~BodyPartFormatterPlugin() = default;