aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-02-15 14:53:56 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-02-29 15:41:55 +0200
commit26e2926d5424f0c248892b4755c699541d46e856 (patch)
tree16ed0e75a31c4779d4d140b07262e89bca6971a0 /src/browser.h
parentAdded example firefox/palemoon bookmarks to test (diff)
downloadsmolbote-26e2926d5424f0c248892b4755c699541d46e856.tar.xz
Remove ProfileInterface
Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList()
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/browser.h b/src/browser.h
index ec6bb57..646d57e 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -23,9 +23,9 @@ class Configuration;
class BookmarksWidget;
class DownloadsWidget;
class MainWindow;
-class Profile;
+class WebProfile;
class WebProfileManager;
-class Browser : public SingleApplication
+class Browser final : public SingleApplication
{
Q_OBJECT
@@ -38,7 +38,6 @@ public slots:
public:
// interface
- [[deprecated]] const QList<QPair<QString, Profile *>> profileList() const;
void loadProfiles(const QStringList &profilePaths);
void loadPlugins(
const QStringList &paths,