summaryrefslogtreecommitdiffstats
path: root/core/gettextfromc.h
blob: 647ea52a80c659bce5215f7be1a9d2f61c038907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0
#ifndef GETTEXTFROMC_H
#define GETTEXTFROMC_H

#include <QCoreApplication>

extern "C" const char *trGettext(const char *text);

class gettextFromC {
	Q_DECLARE_TR_FUNCTIONS(gettextFromC)
};

#endif // GETTEXTFROMC_H