cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
300 B
C
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
|