X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorebasichandler.h;h=f7cd0242d009d5b10913079a1be2c1275c0a4f8e;hb=145a52eb79fed146731f85c23b60f0609e40e785;hp=697775aa5e21e32a2c827db0a9c88c30852830e1;hpb=53e50ab66a5b3fa00282545ebc22ce3433ecf42b;p=quassel.git diff --git a/src/core/corebasichandler.h b/src/core/corebasichandler.h index 697775aa..f7cd0242 100644 --- a/src/core/corebasichandler.h +++ b/src/core/corebasichandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -52,12 +52,7 @@ public: QList userEncode(const QString& userNick, const QStringList& stringlist); signals: - void displayMsg(Message::Type, - BufferInfo::Type, - const QString& target, - const QString& text, - const QString& sender = "", - Message::Flags flags = Message::None); + void displayMsg(const NetworkInternalMessage& msg); /** * Sends the raw (encoded) line, adding to the queue if needed, optionally with higher priority.