aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/profileeditorplugin.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-01 16:25:09 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-01 16:25:09 +0200
commitc88b4129ffd06b9a230a2621cbcf3610905fc15c (patch)
treea26ba85d6788517feb33b5b15bd878650f9d6081 /plugins/ProfileEditor/profileeditorplugin.h
parentProfile attributes (diff)
downloadsmolbote-c88b4129ffd06b9a230a2621cbcf3610905fc15c.tar.xz
Add ProfileManagerDialog
Diffstat (limited to 'plugins/ProfileEditor/profileeditorplugin.h')
-rw-r--r--plugins/ProfileEditor/profileeditorplugin.h2
1 files changed, 1 insertions, 1 deletions
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<QString, std::function<int()>> commands() override;
// ProfileInterface
- QDialog *createWidget(QWebEngineProfile *profile, QWidget *parent) override;
+ QDialog *createWidget(QHash<QString, QWebEngineProfile *> profiles, QWidget *parent) override;
};
#endif //PROFILEEDITOR_PLUGIN_H