Pimcommon

addresseelineeditutil.h
1/*
2 SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "pimcommonakonadi_export.h"
10#include <QString>
11
12namespace PimCommon
13{
14/**
15 * @brief The AddresseeLineEditUtil class
16 * @author Laurent Montel <montel@kde.org>
17 */
18class PIMCOMMONAKONADI_EXPORT AddresseeLineEditUtil
19{
20public:
21 [[nodiscard]] static QString adaptPasteMails(const QString &str);
22};
23}
The AddresseeLineEditUtil class.
folderdialogacltab.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:48:10 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.