- Timestamp:
- Nov 26, 2006, 10:38:30 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r280 r334 95 95 96 96 if (_logStream) { 97 *_logStream << QDate::currentDate().toString("yy:MM:dd ").toAscii().data(); 97 98 *_logStream << QTime::currentTime().toString("hh:mm:ss ").toAscii().data(); 98 99 *_logStream << msg.data() << endl; -
trunk/BNC/bncwindow.cpp
r327 r334 494 494 495 495 QString txt = _log->toPlainText() + "\n" + 496 QDate::currentDate().toString("yy:MM:dd ") + 496 497 QTime::currentTime().toString("hh:mm:ss ") + msg; 497 498 _log->clear();
Note:
See TracChangeset
for help on using the changeset viewer.