Changeset 756 in ntrip for trunk/BNS/bnswindow.cpp


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r755 r756  
    1919
    2020#include "bnswindow.h"
    21 #include "bnsapp.h"
    2221#include "bnshlpdlg.h"
    2322
     
    271270void bnsWindow::slotMessage(const QByteArray msg) {
    272271
    273   ((bnsApp*)qApp)->slotMessage(msg);
    274 
    275272  const int maxBufferSize = 10000;
    276273 
     
    290287    _actStart->setEnabled(true);
    291288    _actStop->setEnabled(false);
    292     ((bnsApp*)qApp)->stop();
    293289  }
    294290}
     
    304300  slotMessage("============ Start BNS ============");
    305301
    306   ((bnsApp*)qApp)->start();
    307 }
     302}
Note: See TracChangeset for help on using the changeset viewer.