mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
Added patch from Henry
- Fixed some typos - Fixed utf8 issue in DhtWindow git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7780 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4bb15cd211
commit
7a562cfe9c
3 changed files with 3 additions and 3 deletions
|
@ -334,7 +334,7 @@ void DhtWindow::updateNetPeers()
|
|||
std::string name = rsPeers->getPeerName(*it);
|
||||
|
||||
peer_item -> setData(PTW_COL_PEERID, Qt::DisplayRole, QString::fromStdString(status.mDhtId));
|
||||
peer_item -> setData(PTW_COL_RSNAME, Qt::DisplayRole, QString::fromStdString(name));
|
||||
peer_item -> setData(PTW_COL_RSNAME, Qt::DisplayRole, QString::fromUtf8(name.c_str()));
|
||||
peer_item -> setData(PTW_COL_RSID, Qt::DisplayRole, QString::fromStdString(status.mRsId.toStdString()));
|
||||
|
||||
QString dhtstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue