File indexing completed on 2025-01-05 04:58:19

0001 /*
0002    SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include "pimcommonakonadi_export.h"
0010 #include <QString>
0011 
0012 namespace PimCommon
0013 {
0014 /**
0015  * @brief The AddresseeLineEditUtil class
0016  * @author Laurent Montel <montel@kde.org>
0017  */
0018 class PIMCOMMONAKONADI_EXPORT AddresseeLineEditUtil
0019 {
0020 public:
0021     [[nodiscard]] static QString adaptPasteMails(const QString &str);
0022 };
0023 }