mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 01:25:25 +08:00
Use more elegant singleton and fix spell bug.
This commit is contained in:
@ -13,7 +13,7 @@ class AppInfo : public QObject
|
||||
private:
|
||||
explicit AppInfo(QObject *parent = nullptr);
|
||||
public:
|
||||
SINGLETONG(AppInfo)
|
||||
SINGLETON(AppInfo)
|
||||
};
|
||||
|
||||
#endif // APPINFO_H
|
||||
|
Reference in New Issue
Block a user