diff options
Diffstat (limited to 'plugins/ProfileEditor/profileeditorplugin.h')
-rw-r--r-- | plugins/ProfileEditor/profileeditorplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ProfileEditor/profileeditorplugin.h b/plugins/ProfileEditor/profileeditorplugin.h index 899c51a..88a0783 100644 --- a/plugins/ProfileEditor/profileeditorplugin.h +++ b/plugins/ProfileEditor/profileeditorplugin.h @@ -21,6 +21,7 @@ class ProfileEditorPlugin : public QObject, public PluginInterface, public Profi public: // PluginInterface + QHash<QString, std::function<void()>> commands() override; // ProfileInterface QDialog *createWidget(QWebEngineProfile *profile, QWidget *parent) override; |