- Timestamp:
- Nov 21, 2022, 12:10:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9878 r9879 339 339 // Read first line (with epoch time) 340 340 // --------------------------------- 341 QTextStream in(epochLines[0].toLatin1()); cout << epochLines[0].toLatin1() ) << " : " << endl;341 QTextStream in(epochLines[0].toLatin1()); cout << epochLines[0].toLatin1().toStdString() << " : " << endl; 342 342 QString hlp; 343 343 int year, month, day, hour, min;
Note:
See TracChangeset
for help on using the changeset viewer.