mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +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); }
|
bool getThisNodeCanKick() const { return _permissions.can(NodePermissions::Permission::canKick); }
|
||||||
|
|
||||||
quint16 getSocketLocalPort() const { return _nodeSocket.localPort(); }
|
quint16 getSocketLocalPort() const { return _nodeSocket.localPort(); }
|
||||||
void setSocketLocalPort(quint16 socketLocalPort);
|
Q_INVOKABLE void setSocketLocalPort(quint16 socketLocalPort);
|
||||||
|
|
||||||
QUdpSocket& getDTLSSocket();
|
QUdpSocket& getDTLSSocket();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue