X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fplugins%2Fplugin.h;h=72268f6b07639b6cf28cb3b8fd432022a75cde17;hp=826748c71450f292bd69f8e92c062182abe5fe4c;hb=9fd4619e9aca7d53d7c5df156a0b25956a1bf682;hpb=6869909402a4dc807ee5261cc2a0999ac33053ee diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index 826748c7..72268f6b 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.h @@ -61,17 +61,20 @@ Q_DECLARE_INTERFACE(CorePluginInterface, * the application's settings dialog. * This is also used by built-in settings dialogs. */ +/* class SettingsInterface { public: virtual ~SettingsInterface() {}; virtual QString category() = 0; virtual QString title() = 0; virtual QWidget *settingsWidget() = 0; + virtual void applyChanges() = 0; }; Q_DECLARE_INTERFACE(SettingsInterface, "eu.quassel.plugins.SettingsInterface/1.0"); +*/ /** Plugins implementing this interface will be provided with the raw text the users enters. * The output they generate is in turn treated like generic user input. Note that the order in