File indexing completed on 2024-04-14 03:52:11

0001 /*  This file is part of the KI18N Framework
0002     SPDX-FileCopyrightText: 2014 Kevin Krammer <krammer@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef TESTHELPERS_H
0008 #define TESTHELPERS_H
0009 
0010 #include <QHash>
0011 
0012 bool deployTestConfig();
0013 bool removeTestConfig();
0014 
0015 #endif // TESTHELPERS_H