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