X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fctcpparser.h;h=634658c0f9e1a7ec20385d3cf15b19d185b7a74e;hp=109159692091c03356cb841122506e9063cce11c;hb=4ae8f86c1ce452582d6fe576956c7c1bc1460adf;hpb=283fdb2c49e5efa1d497d8c3e6f624f86d008ff8 diff --git a/src/core/ctcpparser.h b/src/core/ctcpparser.h index 10915969..634658c0 100644 --- a/src/core/ctcpparser.h +++ b/src/core/ctcpparser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2010 by the Quassel Project * + * Copyright (C) 2005-2012 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -46,6 +46,9 @@ public: Q_INVOKABLE void sendCtcpEvent(CtcpEvent *event); +signals: + void newEvent(Event *event); + protected: inline CoreNetwork *coreNetwork(NetworkEvent *e) const { return qobject_cast(e->network()); }