Changeset 978 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
Jul 26, 2008, 1:32:31 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r932 r978  
    4444
    4545  QSettings settings;
    46   QString host = "localhost";
     46  QString host = settings.value("ephHost").toString();
     47  if (host.isEmpty()) {
     48    host = "localhost";
     49  }
    4750  int     port = settings.value("ephPort").toInt();
    4851
Note: See TracChangeset for help on using the changeset viewer.