Skip to content

Commit

Permalink
Merge pull request emqx#127 from ndesai/hotfix/pass-pedantic-gcc
Browse files Browse the repository at this point in the history
Satisfy GCC pedantic build by removing extra semicolon, Q_DECLARE_MET…
  • Loading branch information
mwallnoefer committed Jan 23, 2018
2 parents 739e963 + 56b17dd commit 0bcdc2f
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 @@ -233,6 +233,6 @@ protected slots:

} // namespace QMQTT

Q_DECLARE_METATYPE(QMQTT::ClientError);
Q_DECLARE_METATYPE(QMQTT::ClientError)

#endif // QMQTT_CLIENT_H

0 comments on commit 0bcdc2f

Please sign in to comment.