File indexing completed on 2024-04-28 05:11:37

0001 /*
0002  * SPDX-FileCopyrightText: 2014 Sandro Knauß <knauss@kolabsys.com>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  *
0006  */
0007 
0008 #pragma once
0009 
0010 #include <QString>
0011 
0012 namespace IncidenceEditorNG
0013 {
0014 [[nodiscard]] QString translateLDAPAttributeForDisplay(const QString &attribute);
0015 } // namespace IncidenceEditorNG