add shared ptr wrap for async result
This commit is contained in:
@@ -34,7 +34,8 @@ public:
|
||||
|
||||
void build(int width, int height);
|
||||
|
||||
void callEntity(QString methodName, QVariantList args);
|
||||
std::shared_ptr<DoricAsyncResult> callEntity(QString methodName,
|
||||
QVariantList args);
|
||||
|
||||
DoricInterfaceDriver *getDriver();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user