From b27e55b0bbba9a1678159abe44280e173374f971 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 16 Jun 2018 13:55:35 +0200 Subject: Sort .profile by time Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab --- plugins/interfaces.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/interfaces.h') diff --git a/plugins/interfaces.h b/plugins/interfaces.h index 1b653cd..67cd3c6 100644 --- a/plugins/interfaces.h +++ b/plugins/interfaces.h @@ -38,8 +38,9 @@ class ProfileInterface { public: virtual ~ProfileInterface() = default; - virtual void setProfiles(QHash *profiles) = 0; virtual QDialog *createWidget(QWidget *parent = nullptr) = 0; + + virtual void registerProfile(WebProfile *profile) = 0; }; #define PluginInterfaceIid "net.iserlohn-fortress.smolbote.PluginInterface" -- cgit v1.2.1