Changeset 5882 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 8, 2014, 1:14:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncfigureppp.cpp
r5881 r5882 244 244 // Start Time 245 245 // ---------- 246 QString startStr = QString(_startTime.timestr().c_str()); 246 QString startStr = QString(_startTime.timestr(0).c_str()); 247 247 painter.setPen(QColor(Qt::black)); 248 248 painter.drawText(0, ww, pntP.x() + 31*ww, pntP.x(), Qt::AlignRight, startStr);
Note:
See TracChangeset
for help on using the changeset viewer.