- Timestamp:
- Feb 25, 2009, 11:23:59 AM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/bncnetqueryv2.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/bncnetqueryv2.cppr1648 r1649 59 59 void bncNetQueryV2::slotError(QNetworkReply::NetworkError) { 60 60 _status = error; 61 emit newMessage("NetQuery: " + _reply->errorString().toAscii(), true); 61 emit newMessage(_url.path().toAscii().replace(0,1,"") 62 + ": NetQuery, " + _reply->errorString().toAscii(), true); 62 63 _eventLoop->quit(); 63 64 } … … 182 183 _eventLoop->quit(); 183 184 _status = error; 184 emit newMessage("NetQuery: wrong Mountpoint", true); 185 emit newMessage(_url.path().toAscii().replace(0,1,"") 186 + ": NetQuery, wrong mountpont", true); 185 187 } 186 188 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
