Added a function decodeString() to util.{h|cpp} that takes a QByteArray with raw...
[quassel.git] / src / core / server.h
index 34a4514..0f9a1d7 100644 (file)
@@ -159,7 +159,7 @@ class Server : public QThread {
     QHash<QString, QString> 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