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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.