Ignore:
Timestamp:
Sep 23, 2013, 9:05:26 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/monitor.cpp

    r5492 r5494  
    251251        double latDeg = ell[0] * 180.0 / M_PI;
    252252        double lonDeg = ell[1] * 180.0 / M_PI;
    253         QString str = QString().sprintf("%d/%d", result->_nGPS, result->_nGLO);
     253        QString str = QString(result->_name.c_str()) +
     254                      QString().sprintf("\n%d/%d", result->_nGPS, result->_nGLO);
    254255        QColor color = result->_nGPS >= 4 ? Qt::black : Qt::red;
    255256        t_worldPlot::t_point* point  = new t_worldPlot::t_point(color, str, latDeg, lonDeg);
Note: See TracChangeset for help on using the changeset viewer.