summaryrefslogtreecommitdiff
path: root/gatoaddress.cpp
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
committerJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
commite34f49ff20f2227ffca0515201e7493fd55ef64a (patch)
tree486b48932015af92c9577b6cddc88834cb839df4 /gatoaddress.cpp
parentaaf7fb81d16018cac51c67443bd09e499dbf1e7e (diff)
downloadlibgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.tar.gz
libgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.zip
add "requireencryption" connection option (ABI broken!)
Diffstat (limited to 'gatoaddress.cpp')
-rw-r--r--gatoaddress.cpp3
1 files changed, 1 insertions, 2 deletions
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)
{