summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2020-02-27 05:23:39 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2020-03-26 09:17:40 +0000
commit5788322b76d51b28ac18af09443df38a23450c5e (patch)
treeed4ddf14aa565722d5f9265a45aa60296d3077a0
parent7467bbdc843afeee748eff38f741e2417357de7a (diff)
Get rid of stale TODO comment
it was already chosen to follow the Method B (which accidentally is the only proposed method in MQTT 5 Standard, by the way) Change-Id: I55dcea0f9b10ef4e4e83e559369a40c802c34899 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/mqtt/qmqttconnection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mqtt/qmqttconnection.cpp b/src/mqtt/qmqttconnection.cpp
index e81500d..59d29eb 100644
--- a/src/mqtt/qmqttconnection.cpp
+++ b/src/mqtt/qmqttconnection.cpp
@@ -1636,8 +1636,6 @@ void QMqttConnection::finalize_pubrel()
emit m_clientPrivate->m_client->messageStatusChanged(id, QMqtt::MessageStatus::Released, properties);
- // ### TODO: send to our app now or not???
- // See standard Figure 4.3 Method A or B ???
sendControlPublishComp(id);
}