]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/TabWidget.h
Implement loading of new tabs from the context menu.
[PrivacyBrowserPC.git] / src / widgets / TabWidget.h
index 525c81a291c170edb3342156f60251ec2fe8fcff..2b63a63203bc9d11dd95db59ebce45ef8f7adcfd 100644 (file)
@@ -84,7 +84,7 @@ signals:
 
 public Q_SLOTS:
     // The public slots.
-    void addTab();
+    PrivacyWebEngineView* addTab();
     void addCookieToStore(QNetworkCookie cookie, QWebEngineCookieStore *webEngineCookieStorePointer = nullptr) const;
     void applyApplicationSettings();
     void applyDomainSettingsAndReload();