File indexing completed on 2024-11-17 04:54:27

0001 /*
0002  * SPDX-FileCopyrightText: 2014 Kevin Ottens <ervin@kde.org>
0003  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004  */
0005 
0006 
0007 #include "taskrepository.h"
0008 
0009 using namespace Domain;
0010 
0011 TaskRepository::TaskRepository()
0012 {
0013 }
0014 
0015 TaskRepository::~TaskRepository()
0016 {
0017 }
0018