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