- Timestamp:
- Feb 25, 2011, 2:19:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnsoutf.cpp
r3041 r3042 20 20 21 21 #include "bnsoutf.h" 22 #include "bnssettings.h"23 22 24 23 using namespace std; … … 157 156 resolveFileName(GPSweek, datTim); 158 157 _out.setf(ios::showpoint | ios::fixed); 159 bnsSettings settings;160 158 if (append && QFile::exists(_fName)) { 161 159 _out.open(_fName.data(), ios::out | ios::app);
Note:
See TracChangeset
for help on using the changeset viewer.