X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwindows%2FBrowserWindow.h;fp=src%2Fwindows%2FBrowserWindow.h;h=99fd146001fb69b83609b0968e231605725101de;hp=44486d945c2e2c0e941959afcb5f6f7aeee695fc;hb=c76e7c8baa9761d771e5891ee699ea6ddc78c23a;hpb=5459c24d9234b0973a1f0709f35391c6ccfe0c6f diff --git a/src/windows/BrowserWindow.h b/src/windows/BrowserWindow.h index 44486d9..99fd146 100644 --- a/src/windows/BrowserWindow.h +++ b/src/windows/BrowserWindow.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022-2023 Soren Stoutner . + * Copyright 2022-2023 Soren Stoutner . * * This file is part of Privacy Browser PC . * @@ -76,6 +76,8 @@ private Q_SLOTS: void toggleJavaScript() const; void toggleLocalStorage() const; void toggleFullScreen(); + void toggleViewSource() const; + void toggleViewSourceInNewTab() const; void updateCookiesAction(const int numberOfCookies) const; void updateDomStorageAction(const bool &isEnabled) const; void updateDomainSettingsIndicator(const bool status); @@ -141,6 +143,7 @@ private: QAction *userAgentCustomActionPointer; KLineEdit *urlLineEditPointer; KToolBar *urlToolBarPointer; + QAction *viewSourceActionPointer; QAction *zoomFactorActionPointer; }; #endif