Messagelib

defaulttemplates.h
1/*
2 * SPDX-FileCopyrightText: 2006 Dmitry Morozhnikov <dmiceman@mail.ru>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 *
6 */
7
8#pragma once
9
10#include "templateparser_export.h"
11#include <QString>
12
13namespace TemplateParser
14{
15/** Default new/reply/forward templates. */
16namespace DefaultTemplates
17{
18[[nodiscard]] TEMPLATEPARSER_EXPORT QString defaultNewMessage();
19[[nodiscard]] TEMPLATEPARSER_EXPORT QString defaultReply();
20[[nodiscard]] TEMPLATEPARSER_EXPORT QString defaultReplyAll();
21[[nodiscard]] TEMPLATEPARSER_EXPORT QString defaultForward();
22[[nodiscard]] TEMPLATEPARSER_EXPORT QString defaultQuoteString();
23}
24}
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.