aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.h')
-rw-r--r--plugins/ProfileEditor/forms/profileview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ProfileEditor/forms/profileview.h b/plugins/ProfileEditor/forms/profileview.h
index 6c77982..7d90109 100644
--- a/plugins/ProfileEditor/forms/profileview.h
+++ b/plugins/ProfileEditor/forms/profileview.h
@@ -30,10 +30,7 @@ public:
explicit ProfileView(WebProfile *profile, QWidget *parent = nullptr);
~ProfileView() override;
- bool isChanged() const;
-
private slots:
- void loadSettings(QWebEngineSettings *settings);
void loadCookies(QWebEngineCookieStore *store);
void cookieAdded(const QNetworkCookie &cookie);
@@ -42,9 +39,6 @@ private slots:
private:
Ui::ProfileView *ui;
WebProfile *m_profile;
- bool m_isChanged = false;
-
- void connectSetting(QCheckBox *checkBox, QWebEngineSettings *settings, QWebEngineSettings::WebAttribute attr);
};
#endif // PROFILEDIALOG_H