Handle the readyRead() signal in RemotePeer instead of LegacyPeer
[quassel.git] / src / common / protocols / legacy / legacypeer.h
index 8d91c6b..d364c6c 100644 (file)
@@ -74,8 +74,8 @@ signals:
     // only used in compat mode
     void protocolVersionMismatch(int actual, int expected);
 
-private slots:
-    void socketDataAvailable();
+protected slots:
+    void onSocketDataAvailable();
 
 private:
     bool readSocketData(QVariant &item);