X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fplugins%2Fplugin.h;h=adbc0ec38f8ac4cb00c996238a731f00f136f7d5;hp=b8c0d1351008aa5e72b702ea3f03d72a32cc9e3c;hb=45d9ea6ed5d64eec3ca351fdcf7610c7cff3529d;hpb=f53a40aa9d3e0f2c1f15191b665780595d52348a diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index b8c0d135..adbc0ec3 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel Team * + * Copyright (C) 2005/06 by the Quassel IRC Team * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -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