File indexing completed on 2024-05-12 05:13:29

0001 /*
0002    SPDX-FileCopyrightText: 2013-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 #include "contactdefaulttemplate.h"
0007 
0008 QList<PimCommon::defaultTemplate> ContactDefaultTemplate::contactTemplates()
0009 {
0010     return {};
0011     /*
0012     PimCommon::defaultTemplate tmp;
0013     //TODO
0014     lst << tmp;
0015     */
0016 }