Clementine-audio-player-Mac.../src/networkremote/avahi.h

13 lines
268 B
C
Raw Normal View History

#ifndef AVAHI_H
#define AVAHI_H
#include "zeroconf.h"
class Avahi : public Zeroconf {
2013-02-22 15:29:00 +01:00
protected:
virtual void PublishInternal(const QString& domain, const QString& type,
const QByteArray& name, quint16 port);
};
#endif // AVAHI_H