Changeset 444 in ntrip for trunk/BNC/bncgetthread.cpp
- Timestamp:
- Apr 14, 2007, 2:44:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r443 r444 152 152 QString uName = QUrl::fromPercentEncoding(mountPoint.userName().toAscii()); 153 153 QString passW = QUrl::fromPercentEncoding(mountPoint.password().toAscii()); 154 QByteArray userAndPwd = u serName.toAscii() + ":" + passW.toAscii();154 QByteArray userAndPwd = uName.toAscii() + ":" + passW.toAscii(); 155 155 156 156 QUrl hlp;
Note:
See TracChangeset
for help on using the changeset viewer.