X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fstructs%2FUrlStruct.h;fp=src%2Fstructs%2FUrlStruct.h;h=76a0371e76cde92c77886933ee051db11288625b;hb=be625d0fcb1f4e8184ed62a28d23629f8c246d8e;hp=ea135d02195f3274562990a9f9b914d19c13b0ff;hpb=f8f8d907d0caa128abf73696f812f8e92db812b7;p=PrivacyBrowserPC.git diff --git a/src/structs/UrlStruct.h b/src/structs/UrlStruct.h index ea135d0..76a0371 100644 --- a/src/structs/UrlStruct.h +++ b/src/structs/UrlStruct.h @@ -29,6 +29,7 @@ struct UrlStruct QString urlStringWithSeparators; QString truncatedUrlString; QString truncatedUrlStringWithSeparators; + QString fqdn; bool isThirdPartyRequest; }; #endif