new command <version> to get plugin version

This commit is contained in:
theadib
2020-12-29 17:10:20 +01:00
parent 098650de63
commit fca29f8ce6
4 changed files with 38 additions and 4 deletions
+1
View File
@@ -42,6 +42,7 @@ public slots:
private:
//! Default action
QAction* m_action{nullptr};
const QString version{"1.0"};
protected:
/// server that emit the execute signals
JsonRPCServer rpc_server;