Closed alex-spataru closed 2 years ago
Please let me know if I should close this PR, for the moment I am using my fork for Qt 6 applications.
@ejvr is this fine to merge in?
Yep, I see no problems
Unfortunately I had to revert this, it breaks the build on Qt5 (also when disabling the new definition MQTT_INCLUDE_MOC
). Very strange...
See PR #237.
Trying to compile the library with Qt 6 results with the following error:
The fix that I came up with was simply changing the
QString
in theQ_PROPERTY
to anint
or aConnectionState
type.