mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-09 17:31:01 +00:00
Added false to bool receive
This commit is contained in:
parent
3e4778b576
commit
6aefbb153b
@ -31,6 +31,6 @@ class MainWindow : public QMainWindow
|
|||||||
Network *network;
|
Network *network;
|
||||||
Handler *handler;
|
Handler *handler;
|
||||||
|
|
||||||
bool receive;
|
bool receive = false;
|
||||||
const QString my_ipv6 = Network::local_ipv6();
|
const QString my_ipv6 = Network::local_ipv6();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user