aboutsummaryrefslogtreecommitdiffstats
path: root/src/Xpl2Client.h
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-16 14:56:46 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-16 14:56:46 +0200
commitbf525d35301dcf0c612598f4394e4357b8378746 (patch)
tree25e104bd7c24ae22337e7e07385b67eca5053a3f /src/Xpl2Client.h
parente9d8a8b052150f42ea00da2c07e3f78a9b7d2061 (diff)
downloadQtXpl2-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.h1
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 &params);
void handleGsPhVersion (const QVariantList &params);
enum class ResponseShape