mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 00:55:30 +08:00
update
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <QWindow>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
#include "FramelessView.h"
|
||||
#include "stdafx.h"
|
||||
@ -31,6 +32,11 @@ public:
|
||||
|
||||
Q_INVOKABLE bool equalsWindow(FramelessView *view,QWindow *window);
|
||||
|
||||
Q_INVOKABLE QJsonArray awesomelist();
|
||||
|
||||
Q_INVOKABLE void clipText(const QString& text);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
static FluApp* m_instance;
|
||||
|
Reference in New Issue
Block a user