Skip to content

Commit

Permalink
qmqtt_client.h/publish() - add namespace to message parameter
Browse files Browse the repository at this point in the history
Avoid collisions with eventual other 'Message' classes.
  • Loading branch information
mwallnoefer committed Aug 27, 2017
1 parent 6da425b commit abe5cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt/qmqtt_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public slots:
void subscribe(const QString& topic, const quint8 qos = 0);
void unsubscribe(const QString& topic);

quint16 publish(const Message& message);
quint16 publish(const QMQTT::Message& message);

signals:
void connected();
Expand Down

0 comments on commit abe5cf6

Please sign in to comment.