File indexing completed on 2024-12-15 04:47:01

0001 /*
0002    SPDX-FileCopyrightText: 2017-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "gearyaddressbook.h"
0008 
0009 GearyAddressBook::GearyAddressBook(const QString &filename)
0010 {
0011 }
0012 
0013 GearyAddressBook::~GearyAddressBook() = default;
0014 
0015 void GearyAddressBook::importAddressBook()
0016 {
0017 }
0018 
0019 #include "moc_gearyaddressbook.cpp"