X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.h;fp=src%2Fwidgets%2FTabWidget.h;h=ab6167188c8d09d4949c4574213c03c381c0e435;hp=41ba64c62f9e895707c096c2a185a992be2b2b15;hb=bc134c3e83b97b4b82733feaa39e0bd99bb0fcc3;hpb=75c6fc70ac89b49915f1e55c2c8f9badfc8f4a25 diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index 41ba64c..ab61671 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -116,6 +116,7 @@ public Q_SLOTS: void printPreview() const; void refresh() const; void reloadAndBypassCache() const; + void saveArchive(); private Q_SLOTS: // The private slots. @@ -142,8 +143,9 @@ private: QIcon defaultFavoriteIcon = QIcon::fromTheme(QLatin1String("globe"), QIcon::fromTheme(QLatin1String("applications-internet"))); bool isRunningKde = false; QMovie *loadingFavoriteIconMoviePointer; - QString searchEngineUrl; QTabWidget *qTabWidgetPointer; + bool savingArchive; + QString searchEngineUrl; UserAgentHelper *userAgentHelperPointer; bool wipingCurrentFindTextSelection = false; };