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