source: ntrip/trunk/BNS/bnshtml.h@ 8095

Last change on this file since 8095 was 749, checked in by mervart, 16 years ago

* empty log message *

File size: 226 bytes
Line 
1
2#ifndef BNSHTML_H
3#define BNSHTML_H
4
5#include <QTextBrowser>
6
7class bnsHtml : public QTextBrowser {
8 Q_OBJECT
9
10 public:
11 bnsHtml();
12 ~bnsHtml();
13
14 public slots:
15 void slotAnchorClicked(const QUrl& url);
16};
17#endif
Note: See TracBrowser for help on using the repository browser.