X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebasichandler.h;h=0777de57da1a4b18732d9cc241b528ade7f09e47;hp=697775aa5e21e32a2c827db0a9c88c30852830e1;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hpb=53e50ab66a5b3fa00282545ebc22ce3433ecf42b diff --git a/src/core/corebasichandler.h b/src/core/corebasichandler.h index 697775aa..0777de57 100644 --- a/src/core/corebasichandler.h +++ b/src/core/corebasichandler.h @@ -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.