Changeset 8204 in ntrip for trunk/BNC/src/bncantex.cpp


Ignore:
Timestamp:
Dec 11, 2017, 3:00:40 PM (6 years ago)
Author:
wiese
Message:

CHANGE: #105 toAscii deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r8078 r8204  
    7575    itAnt.next();
    7676    t_antMap* map = itAnt.value();
    77     cout << map->antName.toAscii().data() << endl;
     77    cout << map->antName.toLatin1().data() << endl;
    7878    cout << "    " << map->zen1 << " " << map->zen2 << " " << map->dZen << endl;
    7979    QMapIterator<t_frequency::type, t_frqMap*> itFrq(map->frqMap);
Note: See TracChangeset for help on using the changeset viewer.