File indexing completed on 2024-11-10 04:40:36

0001 /*
0002     SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "agentconfigurationfactorybase.h"
0008 
0009 using namespace Akonadi;
0010 
0011 AgentConfigurationFactoryBase::AgentConfigurationFactoryBase(QObject *parent)
0012     : QObject(parent)
0013 {
0014 }
0015 
0016 #include "moc_agentconfigurationfactorybase.cpp"