Changeset 295 in ntrip


Ignore:
Timestamp:
Nov 12, 2006, 3:47:16 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r285 r295  
    108108    app.connect(_global_caster, SIGNAL(newMessage(const QByteArray&)),
    109109                &app, SLOT(slotMessage(const QByteArray&)));
     110 
     111    ((bncApp*)qApp)->slotMessage("============ Start BNC ============");
    110112
    111113    int iMount = -1;
  • trunk/BNC/bncwindow.cpp

    r285 r295  
    411411          (bncApp*)qApp, SLOT(slotMessage(const QByteArray&)));
    412412
     413  slotMessage("============ Start BNC ============");
     414  ((bncApp*)qApp)->slotMessage("============ Start BNC ============");
     415
    413416  for (int iRow = 0; iRow < _mountPointsTable->rowCount(); iRow++) {
    414417    QUrl url( "//" + _mountPointsTable->item(iRow, 0)->text() +
Note: See TracChangeset for help on using the changeset viewer.