diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-16 14:56:46 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-16 14:56:46 +0200 |
| commit | bf525d35301dcf0c612598f4394e4357b8378746 (patch) | |
| tree | 25e104bd7c24ae22337e7e07385b67eca5053a3f /src/Xpl2Client.h | |
| parent | e9d8a8b052150f42ea00da2c07e3f78a9b7d2061 (diff) | |
| download | QtXpl2-bf525d35301dcf0c612598f4394e4357b8378746.tar.gz QtXpl2-bf525d35301dcf0c612598f4394e4357b8378746.zip | |
fix: make ping exchange follow the protocol specification
Diffstat (limited to 'src/Xpl2Client.h')
| -rw-r--r-- | src/Xpl2Client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xpl2Client.h b/src/Xpl2Client.h index ef29ddb..49fbec5 100644 --- a/src/Xpl2Client.h +++ b/src/Xpl2Client.h @@ -306,7 +306,6 @@ private: void dispatchCommandMessage (const Xpl2Protocol::ParsedMessage &msg); void dispatchImagingMessage (const Xpl2Protocol::ParsedMessage &msg); void dispatchStatusMessage (const Xpl2Protocol::ParsedMessage &msg); - void handleKaPing (QTcpSocket *socket); void handleGsJcVersion (const QVariantList ¶ms); void handleGsPhVersion (const QVariantList ¶ms); enum class ResponseShape |
