summaryrefslogtreecommitdiffstats
path: root/src/mqtt/qmqttclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mqtt/qmqttclient_p.h')
-rw-r--r--src/mqtt/qmqttclient_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mqtt/qmqttclient_p.h b/src/mqtt/qmqttclient_p.h
index 2ce9f48..b2343c3 100644
--- a/src/mqtt/qmqttclient_p.h
+++ b/src/mqtt/qmqttclient_p.h
@@ -71,6 +71,7 @@ public:
QByteArray m_willMessage;
quint8 m_willQoS{0};
bool m_willRetain{false};
+ bool m_autoKeepAlive{true};
QString m_username;
QString m_password;
bool m_cleanSession{true};