Changeset 1218 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Nov 19, 2008, 2:56:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1204 r1218 67 67 68 68 connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), 69 this, SLOT(slotWindowMessage(QByteArray))); 69 this, SLOT(slotWindowMessage(QByteArray))); 70 70 71 71 // Create Actions … … 755 755 void bncWindow::slotWindowMessage(const QByteArray msg) { 756 756 757 #ifdef DEBUG_RTCM2_2021 758 const int maxBufferSize = 1000; 759 #else 757 760 const int maxBufferSize = 10000; 761 #endif 758 762 759 763 QString txt = _log->toPlainText() + "\n" +
Note:
See TracChangeset
for help on using the changeset viewer.