add new option <parent> in command <open>

This commit is contained in:
theadib
2020-12-29 21:04:03 +01:00
parent fd745155ee
commit 932ea1b449
5 changed files with 75 additions and 3 deletions
+4 -1
View File
@@ -42,7 +42,10 @@ public slots:
private:
//! Default action
QAction* m_action{nullptr};
const QString version{"1.1"};
const QString version{"1.2"};
QString recursiveName(ccHObject *);
ccHObject *createParent(QString path);
protected:
/// server that emit the execute signals
JsonRPCServer rpc_server;