jbagg / QtZeroConf

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

Added quint32 InterfaceIndex arg to startServicePublish #25

Closed BlindBillyJoe closed 5 years ago

BlindBillyJoe commented 5 years ago

Just needed this for my proj, and thought that this will be useful for someone else.

jbagg commented 5 years ago

Cool. A couple of things before I merge this. 1. Can you overload startServicePublish() instead of change it? (can't break api) 2. It looks like there is a tabs / space change in front of startServicePublish(). Please then issue another pull request that does not contain this commit (so it doesn't confuse the history.) You can also email me the patch and I can sign off on it if easier.

BlindBillyJoe commented 5 years ago

Sure.