Expose protocol version
This commit is contained in:
parent
78d4ba2106
commit
29d3f9aa7a
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ public:
|
|||
|
||||
void cleanUnneededLinks();
|
||||
|
||||
int protocolVersion() { return m_protocolVersion; }
|
||||
|
||||
public Q_SLOTS:
|
||||
///sends a @p np package to the device
|
||||
virtual bool sendPackage(NetworkPackage& np);
|
||||
|
|
Loading…
Reference in a new issue