From c88b4129ffd06b9a230a2621cbcf3610905fc15c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 1 Jun 2018 16:25:09 +0200 Subject: Add ProfileManagerDialog --- plugins/ProfileEditor/profileeditorplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ProfileEditor/profileeditorplugin.h') diff --git a/plugins/ProfileEditor/profileeditorplugin.h b/plugins/ProfileEditor/profileeditorplugin.h index 4f88e1b..e026bbe 100644 --- a/plugins/ProfileEditor/profileeditorplugin.h +++ b/plugins/ProfileEditor/profileeditorplugin.h @@ -24,7 +24,7 @@ public: QHash> commands() override; // ProfileInterface - QDialog *createWidget(QWebEngineProfile *profile, QWidget *parent) override; + QDialog *createWidget(QHash profiles, QWidget *parent) override; }; #endif //PROFILEEDITOR_PLUGIN_H -- cgit v1.2.1