add async result

This commit is contained in:
王劲鹏
2019-12-19 19:54:58 +08:00
parent 001eb4a963
commit 3b287974ab
8 changed files with 100 additions and 54 deletions

View File

@@ -1,7 +1,6 @@
#include "shader_plugin.h"
#include "shader/view_node.h"
Q_INVOKABLE void ShaderPlugin::render(QJSValue jsValue) {
QString viewId = jsValue.property("id").toString();
ViewNode<QObject> *viewNode = new ViewNode<QObject>(nullptr);
qDebug() << viewId;
}