- Timestamp:
- Aug 26, 2008, 5:00:10 PM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnsoutf.cpp
r982 r1057 126 126 } 127 127 128 _fName = (_p rep128 _fName = (_path + _prep 129 129 + QString("%1").arg(GPSweek) 130 130 + QString("%1").arg(dayOfWeek) -
trunk/BNS/bnswindow.cpp
r1015 r1057 93 93 QFont newFont; 94 94 if (newFont.fromString(fontString)) { 95 this->setFont(newFont);95 QApplication::setFont(newFont); 96 96 } 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.