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

18 lines
185 B
C++

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