From a6e6823da845ca14d37d8914c80185257e8c0e62 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 2 Apr 2018 15:47:01 +0200 Subject: Refactoring TabBar - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu --- src/webengine/webengineprofile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webengine/webengineprofile.h') diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h index 6a0d4e2..76295d3 100644 --- a/src/webengine/webengineprofile.h +++ b/src/webengine/webengineprofile.h @@ -9,9 +9,9 @@ #ifndef SMOLBOTE_WEBENGINEPROFILE_H #define SMOLBOTE_WEBENGINEPROFILE_H +#include "cookiefilter.h" #include #include -#include "cookiefilter.h" class WebEngineProfile : public QWebEngineProfile { @@ -27,7 +27,7 @@ public: QUrl newtab() const; public slots: - void loadProfile(const QString &path); + void loadProfile(QHash conf, const QString &path); void saveProfile(const QString &path = QString()); private: -- cgit v1.2.1