X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fplugins%2Fplugin.h;h=72268f6b07639b6cf28cb3b8fd432022a75cde17;hp=b8c0d1351008aa5e72b702ea3f03d72a32cc9e3c;hb=9fd4619e9aca7d53d7c5df156a0b25956a1bf682;hpb=f53a40aa9d3e0f2c1f15191b665780595d52348a diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index b8c0d135..72268f6b 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.h @@ -61,6 +61,7 @@ Q_DECLARE_INTERFACE(CorePluginInterface, * the application's settings dialog. * This is also used by built-in settings dialogs. */ +/* class SettingsInterface { public: virtual ~SettingsInterface() {}; @@ -73,6 +74,7 @@ class SettingsInterface { 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