aboutsummaryrefslogtreecommitdiff
path: root/src/forms/profiledialog.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-13 14:51:25 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-13 14:51:25 +0100
commit0eb32befbc93a19103415e8e6f0805182ee02030 (patch)
tree8163fbdcc92e12ae6b7416af004f1164e0410db4 /src/forms/profiledialog.h
parentProfile config loading and saving (diff)
downloadsmolbote-0eb32befbc93a19103415e8e6f0805182ee02030.tar.xz
Added all QtWebEngineProfile options to ProfileDialog
Diffstat (limited to 'src/forms/profiledialog.h')
-rw-r--r--src/forms/profiledialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/forms/profiledialog.h b/src/forms/profiledialog.h
index 98426d0..c78f892 100644
--- a/src/forms/profiledialog.h
+++ b/src/forms/profiledialog.h
@@ -17,7 +17,7 @@ public:
~ProfileDialog();
private slots:
- void saveProfile();
+ void updateProfile();
private:
QWebEngineProfile *_profile;