feat: improve commands() method of ActionHandler to use Command type
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
explicit ActionsHandler(QObject *parent = nullptr);
|
||||
~ActionsHandler();
|
||||
|
||||
QVariantList commands() const;
|
||||
static QVariantList commands();
|
||||
|
||||
[[nodiscard]] Connection *connection() const;
|
||||
void setConnection(Connection *connection);
|
||||
|
||||
Reference in New Issue
Block a user