Messagelib

defaulttemplates.h
1 /*
2  * SPDX-FileCopyrightText: 2006 Dmitry Morozhnikov <[email protected]>
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 
13 namespace TemplateParser
14 {
15 /** Default new/reply/forward templates. */
16 namespace DefaultTemplates
17 {
18 Q_REQUIRED_RESULT TEMPLATEPARSER_EXPORT QString defaultNewMessage();
19 Q_REQUIRED_RESULT TEMPLATEPARSER_EXPORT QString defaultReply();
20 Q_REQUIRED_RESULT TEMPLATEPARSER_EXPORT QString defaultReplyAll();
21 Q_REQUIRED_RESULT TEMPLATEPARSER_EXPORT QString defaultForward();
22 Q_REQUIRED_RESULT TEMPLATEPARSER_EXPORT QString defaultQuoteString();
23 }
24 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:08:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.