source: ntrip/trunk/BNC/bnchtml.h@ 168

Last change on this file since 168 was 168, checked in by mervart, 18 years ago

* empty log message *

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