X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fserver.h;fp=src%2Fcore%2Fserver.h;h=0f9a1d744580057cfd1e838d3691eeaa5a13fe64;hp=34a451425323adbad42dc3ca2a28dbffe02f5859;hb=8c3b7e4773e9f20ad9ea264cbaafaa52485bdf86;hpb=0ac9ce4d7cf768d13993d6aa1d6b791c4149a843 diff --git a/src/core/server.h b/src/core/server.h index 34a45142..0f9a1d74 100644 --- a/src/core/server.h +++ b/src/core/server.h @@ -159,7 +159,7 @@ class Server : public QThread { QHash topics; // stores topics for each buffer VarMap serverSupports; // stores results from RPL_ISUPPORT - void handleServerMsg(QString rawMsg); + void handleServerMsg(QByteArray rawMsg); void handleUserInput(QString buffer, QString usrMsg); // CTCP Stuff