Files
RedBear-OS/local/recipes/kde/kf6-ki18n/source/autotests/testhelpers.h
T
2026-04-14 10:51:06 +01:00

16 lines
300 B
C

/* This file is part of the KI18N Framework
SPDX-FileCopyrightText: 2014 Kevin Krammer <krammer@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef TESTHELPERS_H
#define TESTHELPERS_H
#include <QHash>
bool deployTestConfig();
bool removeTestConfig();
#endif // TESTHELPERS_H