- Timestamp:
- Jan 24, 2012, 12:43:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.cpp
r3647 r3648 60 60 while (stream->status() == QTextStream::Ok) { 61 61 QString line = stream->readLine(); 62 cout << line.toAscii().data() << cout;62 cout << line.toAscii().data() << endl; 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.