mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 19:49:47 +02:00
Make setSocketLocalPort invokable
This commit is contained in:
parent
9f07511fd8
commit
12eb65c0c4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public:
|
|||
bool getThisNodeCanKick() const { return _permissions.can(NodePermissions::Permission::canKick); }
|
||||
|
||||
quint16 getSocketLocalPort() const { return _nodeSocket.localPort(); }
|
||||
void setSocketLocalPort(quint16 socketLocalPort);
|
||||
Q_INVOKABLE void setSocketLocalPort(quint16 socketLocalPort);
|
||||
|
||||
QUdpSocket& getDTLSSocket();
|
||||
|
||||
|
|
Loading…
Reference in a new issue