Changeset 189 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Sep 24, 2006, 6:03:06 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r188 r189  
    451451  const int maxBufferSize = 10000;
    452452 
    453   QString txt = _log->toPlainText() + "\n" + msg;
     453  QString txt = _log->toPlainText() + "\n" +
     454     QTime::currentTime().toString("hh:mm:ss ") + msg;
    454455  _log->clear();
    455456  _log->append(txt.right(maxBufferSize));
Note: See TracChangeset for help on using the changeset viewer.