File indexing completed on 2024-04-21 11:26:20

0001 /*
0002   This file is part of the kcalcore library.
0003 
0004   SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0005 
0006   SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #ifndef KCALCORE_PERSON_P_H
0010 #define KCALCORE_PERSON_P_H
0011 
0012 class QString;
0013 
0014 namespace KCalendarCore
0015 {
0016 QString fullNameHelper(const QString &name, const QString &email);
0017 }
0018 
0019 #endif