summaryrefslogtreecommitdiffstats
path: root/stats/statstranslations.h
blob: dadfc83afd3d29f0095cdd0a68abcc96dfce1a54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0
// Dummy object for stats-module related translations

#ifndef STATS_TRANSLATIONS_H
#define STATS_TRANSLATIONS_H

#include <QObject>

class StatsTranslations : public QObject
{
	Q_OBJECT
};

#endif