new option <name> in command <open> to specify name caption in CC treeview

This commit is contained in:
theadib
2020-12-29 17:25:30 +01:00
parent 52e9518b29
commit e6f95ff291
5 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public slots:
private:
//! Default action
QAction* m_action{nullptr};
const QString version{"1.0"};
const QString version{"1.1"};
protected:
/// server that emit the execute signals
JsonRPCServer rpc_server;