Messagelib

templatesutil.h
1/*
2 SPDX-FileCopyrightText: 2011-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "templateparser_export.h"
10#include <QString>
11
12namespace TemplateParser
13{
14namespace Util
15{
16TEMPLATEPARSER_EXPORT void deleteTemplate(const QString &id);
17[[nodiscard]] TEMPLATEPARSER_EXPORT QString getLastNameFromEmail(const QString &str);
18[[nodiscard]] TEMPLATEPARSER_EXPORT QString getFirstNameFromEmail(const QString &str);
19}
20}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:54:19 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.