File indexing completed on 2024-05-12 05:22:08

0001 /*
0002  * SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
0003  *
0004  * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005  */
0006 
0007 #pragma once
0008 
0009 #include "types.h"
0010 
0011 KGAPI2::TaskPtr taskFromFile(const QString &path);
0012 KGAPI2::TaskListPtr taskListFromFile(const QString &path);