2019-03-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression that broke the 'Command Send' ['CC'] RML.
This commit is contained in:
Fred Gleason
2019-03-14 16:53:21 -04:00
parent 3c363ff5f5
commit 9dfdd87c5d
4 changed files with 81 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class RDMacro
void setRole(RDMacro::Role role);
RDMacro::Command command() const;
void setCommand(RDMacro::Command cmd);
void setCommand(const QString &str);
QHostAddress address() const;
void setAddress(QHostAddress addr);
Q_UINT16 port() const;