Changeset 757 in ntrip for trunk/BNS/bnswindow.h


Ignore:
Timestamp:
Mar 30, 2008, 5:30:50 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.h

    r754 r757  
    44#include <QtGui>
    55#include <QWhatsThis>
     6
     7#include "bns.h"
    68
    79class bnsAboutDlg : public QDialog {
     
    1618
    1719 public:
    18   bnsWindow();
     20  bnsWindow(t_bns* bns);
    1921  ~bnsWindow();
    2022
     
    5860
    5961  QTextEdit*  _log;
     62
     63  t_bns*      _bns;
    6064};
    6165#endif
Note: See TracChangeset for help on using the changeset viewer.