From e34f49ff20f2227ffca0515201e7493fd55ef64a Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 26 Jul 2014 22:59:39 +0200 Subject: add "requireencryption" connection option (ABI broken!) --- gatoaddress.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gatoaddress.cpp') diff --git a/gatoaddress.cpp b/gatoaddress.cpp index 3aeb355..b99a977 100644 --- a/gatoaddress.cpp +++ b/gatoaddress.cpp @@ -36,10 +36,9 @@ struct GatoAddressPrivate : QSharedData GatoAddress::GatoAddress() : d(new GatoAddressPrivate) { + d->addr.u64 = 0; } - - GatoAddress::GatoAddress(quint64 addr) : d(new GatoAddressPrivate) { -- cgit v1.2.3