Changeset 3245 in ntrip for trunk/BNC/bncwindow.h


Ignore:
Timestamp:
Apr 3, 2011, 10:12:48 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3240 r3245  
    5050class bncFigureLate;
    5151class bncFigurePPP;
     52class bncBytesCounter;
    5253
    5354class bncWindow : public QMainWindow {
     
    201202    QSpinBox*     _uploadSamplSpinBox;
    202203
    203     QLineEdit* _uploadEphHostLineEdit;
    204     QLineEdit* _uploadEphPortLineEdit;
    205     QLineEdit* _uploadEphPasswordLineEdit;
    206     QLineEdit* _uploadEphMountpointLineEdit;
    207     QSpinBox*  _uploadEphSampleSpinBox;
     204    QLineEdit*       _uploadEphHostLineEdit;
     205    QLineEdit*       _uploadEphPortLineEdit;
     206    QLineEdit*       _uploadEphPasswordLineEdit;
     207    QLineEdit*       _uploadEphMountpointLineEdit;
     208    QSpinBox*        _uploadEphSampleSpinBox;
     209    bncBytesCounter* _uploadEphBytesCounter;
    208210
    209211    bncCaster* _caster;
Note: See TracChangeset for help on using the changeset viewer.