mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 08:35:28 +08:00
Use more elegant singleton and fix spell bug.
This commit is contained in:
@ -51,7 +51,7 @@ class FluColors : public QObject
|
||||
private:
|
||||
explicit FluColors(QObject *parent = nullptr);
|
||||
public:
|
||||
SINGLETONG(FluColors)
|
||||
SINGLETON(FluColors)
|
||||
static FluColors *create(QQmlEngine *qmlEngine, QJSEngine *jsEngine){return getInstance();}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user