rename dir
This commit is contained in:
6
doric-Qt/doric/plugin/shader_plugin.cpp
Normal file
6
doric-Qt/doric/plugin/shader_plugin.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "shader_plugin.h"
|
||||
|
||||
Q_INVOKABLE void ShaderPlugin::render(QJSValue jsValue) {
|
||||
QString viewId = jsValue.property("id").toString();
|
||||
qDebug() << viewId;
|
||||
}
|
||||
Reference in New Issue
Block a user