From a85dc7d9133c3cf4c94a2ef37db4f53a3d0e4c91 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 4 Aug 2017 13:12:32 +0200 Subject: Profile window fixes --- src/forms/profileview.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/forms/profileview.h') 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; }; -- cgit v1.2.1