add async result
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user