jbagg / QtZeroConf

Qt wrapper class for ZeroConf libraries across various platforms.
Other
69 stars 51 forks source link

Fix compiling with Qt 6.8.0 #68

Closed 0xFEEDC0DE64 closed 2 months ago

0xFEEDC0DE64 commented 2 months ago

Fixes my issue #67

jbagg commented 2 months ago

A Qt developer proposed a similar change in this merge request. Qt version policy says that "Minor releases are backwards binary and source compatible." Either the changed line has used the Qt api in an abusive way or Qt has broken their policy by changing the return type of QAndroidApplication::context()

jbagg commented 2 months ago

I ended up doing my own commit as I added a comment and fixed a white space issue (tabs vs spaces). I put a note in the commit that it was contributed by this MR .