From 6a183d3f333c5555cf5bafa8b2bf780ea26f9df0 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Mon, 13 Feb 2023 23:27:12 +0100 Subject: [PATCH] Remove PluginController save override --- src/controllers/plugins/PluginController.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/plugins/PluginController.hpp b/src/controllers/plugins/PluginController.hpp index 5c491c8fc..f3a58646a 100644 --- a/src/controllers/plugins/PluginController.hpp +++ b/src/controllers/plugins/PluginController.hpp @@ -27,7 +27,6 @@ class PluginController : public Singleton { public: void initialize(Settings &settings, Paths &paths) override; - void save() override{}; QString tryExecPluginCommand(const QString &commandName, const CommandContext &ctx);