subsurface/profile-widget/profiletranslations.h

15 lines
242 B
C
Raw Permalink Normal View History

// SPDX-License-Identifier: GPL-2.0
// Dummy object for profile-module related translations
#ifndef PROFILE_TRANSLATIONS_H
#define PROFILE_TRANSLATIONS_H
#include <QObject>
class ProfileTranslations : public QObject
{
Q_OBJECT
};
#endif