forwarder: remove default init of port, could procude compile errors and it is not needed

Former-commit-id: 08d7524a2cda53136ae8c72d5fdc1f95f51a23e7
This commit is contained in:
redpanther 2016-02-16 14:16:59 +01:00
parent 2b1ac785d1
commit 7f5b141f43
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public:
struct JsonSlaveAddress {
QHostAddress addr;
quint16 port = 19444;
quint16 port;
};
MessageForwarder();