File indexing completed on 2024-10-27 04:51:03

0001 /*
0002    SPDX-FileCopyrightText: 2013-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 #pragma once
0007 
0008 #include <QString>
0009 namespace FolderArchive
0010 {
0011 namespace FolderArchiveUtil
0012 {
0013 [[nodiscard]] QString groupConfigPattern();
0014 [[nodiscard]] bool resourceSupportArchiving(const QString &resource);
0015 [[nodiscard]] QString configFileName();
0016 }
0017 }