X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fwidgets%2FPrivacyWebEngineView.h;h=c0c47134fff55f5becabbdb5708294bf5e5668d5;hb=425fed98271cd951cddef9904e5e271f0fb76fc1;hp=061f65725d0825e5286e3ecdfeb183d6ca1f91b0;hpb=8f1b160582ac3bd86b6e7aeaafcae059aff609c0;p=PrivacyBrowserPC.git diff --git a/src/widgets/PrivacyWebEngineView.h b/src/widgets/PrivacyWebEngineView.h index 061f657..c0c4713 100644 --- a/src/widgets/PrivacyWebEngineView.h +++ b/src/widgets/PrivacyWebEngineView.h @@ -37,6 +37,7 @@ public: // The public variables. std::list *cookieListPointer = new std::list; + double defaultZoomFactor = 1.00; QString domainSettingsName = QStringLiteral(""); QIcon favoriteIcon = QIcon::fromTheme(QStringLiteral("globe")); bool findCaseSensitive = false;