jbagg / QtZeroConf

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

Allow changing the host name #37

Open cwassmuth opened 4 years ago

cwassmuth commented 4 years ago

This adds to methods to allow changing the host name: void setHostName(QString hostName); QString hostName() const;

jbagg commented 4 years ago

Hi, thank you for this feature. Would you like to also make this change for avahiclient and bonjour? Avavhicore is only used on Android. Avahiclient is used on linux and bonjour is used on windows, mac and iOS. If I merge this request, targets depending on avahicllient and bonjour will fail to build.