Changeset 168 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Sep 14, 2006, 2:37:53 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r164 r168  
    2020#include "bncgetthread.h"
    2121#include "bnctabledlg.h"
     22#include "bnchtml.h"
    2223
    2324using namespace std;
     
    425426  tb->setHtml(str);
    426427  tb->setReadOnly(true);
    427   tb->show();
    428428
    429429  QDialog dlg(this);
     
    450450              );
    451451
    452   QTextBrowser* tb = new QTextBrowser;
     452  bncHtml* tb = new bncHtml;
    453453  tb->setHtml(str);
    454454  tb->setReadOnly(true);
    455   tb->show();
    456455
    457456  QDialog* dlg = new QDialog(this);
Note: See TracChangeset for help on using the changeset viewer.