Changeset 566 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Nov 7, 2007, 8:57:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r565 r566 594 594 595 595 QString txt = _log->toPlainText() + "\n" + 596 QDate::currentDate().toString("yy-MM-dd ") + 597 QTime::currentTime().toString("hh:mm:ss ") + msg; 596 QDateTime::currentDateTime().toUTC().toString("yy-MM-dd hh:mm:ss ") + msg; 598 597 _log->clear(); 599 598 _log->append(txt.right(maxBufferSize));
Note:
See TracChangeset
for help on using the changeset viewer.