FluentUI/example/src/lang/En.h
2023-05-22 16:17:51 +08:00

18 lines
185 B
C++

#ifndef EN_H
#define EN_H
#include <QObject>
#include "Lang.h"
class En : public Lang
{
Q_OBJECT
public:
explicit En(QObject *parent = nullptr);
signals:
};
#endif // EN_H