Akonadi Contacts

utils.h
1 /*
2  This file is part of Contact Editor.
3 
4  SPDX-FileCopyrightText: 2016-2023 Laurent Montel <[email protected]>
5 
6  SPDX-License-Identifier: LGPL-2.0-or-later
7 */
8 
9 #pragma once
10 
11 #include <QString>
12 namespace KContacts
13 {
14 class Addressee;
15 }
16 
17 namespace ContactEditor
18 {
19 namespace Utils
20 {
21 void splitCustomField(const QString &str, QString &app, QString &name, QString &value);
22 Q_REQUIRED_RESULT QString loadCustom(const KContacts::Addressee &contact, const QString &key);
23 void storeCustom(KContacts::Addressee &contact, const QString &key, const QString &value);
24 }
25 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.