Messagelib

messagepartrenderplugin.cpp
1 /*
2  SPDX-FileCopyrightText: 2017 Volker Krause <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #include "messagepartrenderplugin.h"
8 
9 #include "interfaces/bodyparturlhandler.h"
10 
11 using namespace MessageViewer;
12 
13 MessagePartRenderPlugin::~MessagePartRenderPlugin() = default;
14 
15 const Interface::BodyPartURLHandler *MessagePartRenderPlugin::urlHandler(int idx) const
16 {
17  Q_UNUSED(idx)
18  return nullptr;
19 }
An interface to body part reader link handlers.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:56:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.