X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebasichandler.h;h=0777de57da1a4b18732d9cc241b528ade7f09e47;hp=697775aa5e21e32a2c827db0a9c88c30852830e1;hb=d030c159599a22c9023b8f0d34909d3277707f52;hpb=be8eb9963bb6c0e6522f818c51f9b6930adc7876 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.