diff options
| author | 2009-05-02 01:32:29 -0400 | |
|---|---|---|
| committer | 2009-05-02 01:32:29 -0400 | |
| commit | be2cc8f6d343159df4fe3e1f949ed33a815f87a9 (patch) | |
| tree | fbe9912845275f85f2187cd518f390d898ea59be /DnsDisplay.h | |
| download | QtBonjour-master.tar.xz QtBonjour-master.zip | |
Diffstat (limited to 'DnsDisplay.h')
| -rw-r--r-- | DnsDisplay.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DnsDisplay.h b/DnsDisplay.h new file mode 100644 index 0000000..6569fb0 --- /dev/null +++ b/DnsDisplay.h @@ -0,0 +1,14 @@ +#include <QTextBrowser> + +class MDNSQuery; + +class DnsDisplay : public QTextBrowser +{ + Q_OBJECT +private: + MDNSQuery *mdns; +public: + DnsDisplay(QWidget *parent = 0); +private slots: + void serverListChanged(); +}; |
