Page MenuHome GnuPG

No OneTemporary

diff --git a/src/core/bodypartformatterbasefactory_p.h b/src/core/bodypartformatterbasefactory_p.h
index 1a06079..70b92b4 100644
--- a/src/core/bodypartformatterbasefactory_p.h
+++ b/src/core/bodypartformatterbasefactory_p.h
@@ -1,30 +1,29 @@
// SPDX-FileCopyrightText: 2004 Marc Mutz <mutz@kde.org>
// SPDX-FileCopyrightText: 2004 Ingo Kloecker <kloecker@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "bodypartformatterbasefactory.h"
#include <memory>
#include <optional>
namespace MimeTreeParser
{
class BodyPartFormatterBaseFactory;
-class ObjectTreeParser;
class BodyPartFormatterBaseFactoryPrivate
{
public:
BodyPartFormatterBaseFactoryPrivate(BodyPartFormatterBaseFactory *factory);
~BodyPartFormatterBaseFactoryPrivate();
void setup();
void messageviewer_create_builtin_bodypart_formatters(); // defined in bodypartformatter.cpp
void insert(const char *type, const char *subtype, Interface::BodyPartFormatter *formatter);
BodyPartFormatterBaseFactory *const q;
std::optional<TypeRegistry> all;
};
}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Aug 4, 4:54 PM (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5f/82/6baab23754d2b2f674569e2c938f

Event Timeline