aboutsummaryrefslogtreecommitdiff
path: root/src/forms/profileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/forms/profileview.h')
-rw-r--r--src/forms/profileview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/forms/profileview.h b/src/forms/profileview.h
index 5dbdb59..a2ac98e 100644
--- a/src/forms/profileview.h
+++ b/src/forms/profileview.h
@@ -42,13 +42,11 @@ public:
public slots:
void showProfile();
void showCookies();
-
-private slots:
void updateProfile();
private:
- WebEngineProfile *_profile;
Ui::ProfileView *ui;
+ WebEngineProfile *m_profile;
CookiesForm *m_cookiesForm;
};