- Timestamp:
- Apr 8, 2008, 8:44:19 AM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.pro
r758 r773 22 22 23 23 HEADERS = bns.h bnswindow.h bnshlpdlg.h bnshtml.h \ 24 bnseph.h 24 bnseph.h bnsutils.h 25 25 26 26 SOURCES = bnsmain.cpp bns.cpp bnswindow.cpp bnshlpdlg.cpp bnshtml.cpp \ 27 bnseph.cpp 27 bnseph.cpp bnsutils.cpp 28 28 29 29 RC_FILE = bns.rc -
trunk/BNS/bnseph.cpp
r771 r773 79 79 >> ep->clock_bias >> ep->clock_drift >> ep->clock_driftrate; 80 80 81 QDate 82 83 81 84 line = _socket->readLine(); 82 85 QTextStream in2(line);
Note:
See TracChangeset
for help on using the changeset viewer.