Alkimia API

alkutils.h
1/*
2 SPDX-FileCopyrightText: 2024 Ralf Habacker ralf.habacker @freenet.de
3
4 This file is part of libalkimia.
5
6 SPDX-License-Identifier: LGPL-2.1-or-later
7*/
8
9#ifndef ALKUTILS_H
10#define ALKUTILS_H
11
12#include <alkimia/alk_export.h>
13
14#include <QStringList>
15
16class ALK_NO_EXPORT AlkUtils
17{
18public:
19 static QStringList getDataFiles(const QString &path, const QStringList &extension);
20 static QString locateDataFile(const QString &filePath);
21};
22
23#endif // ALKUTILS_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.