C++

C code posted
created at 09 Feb 17:20

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace Kopete {

class Contact;

}

/**
 * @author Noskov Alexey
 *
 * @short Kopete Antispam Plugin.
 */
class KopeteAntispamPlugin : public Kopete::Plugin
{
  Q_OBJECT
public:
  KopeteAntispamPlugin( QObject *parent, const QVariantList & args );

protected slots:
285 Bytes in 5 ms with coderay