mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
forwarder: remove default init of port, could procude compile errors and it is not needed
Former-commit-id: 08d7524a2cda53136ae8c72d5fdc1f95f51a23e7
This commit is contained in:
parent
2b1ac785d1
commit
7f5b141f43
@ -19,7 +19,7 @@ public:
|
|||||||
|
|
||||||
struct JsonSlaveAddress {
|
struct JsonSlaveAddress {
|
||||||
QHostAddress addr;
|
QHostAddress addr;
|
||||||
quint16 port = 19444;
|
quint16 port;
|
||||||
};
|
};
|
||||||
|
|
||||||
MessageForwarder();
|
MessageForwarder();
|
||||||
|
Loading…
Reference in New Issue
Block a user