mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Fix CppCheck Error in ChatPage.cpp
/retroshare-gui/src/gui/settings/ChatPage.cpp:398: error: Cppcheck(syntaxError): syntax error
This commit is contained in:
parent
2afc1bf423
commit
145ce6b8b5
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ ChatPage::load()
|
||||||
// load personal invites
|
// load personal invites
|
||||||
//
|
//
|
||||||
#ifdef TO_BE_DONE
|
#ifdef TO_BE_DONE
|
||||||
for()
|
for(;;)
|
||||||
{
|
{
|
||||||
QListWidgetItem *item = new QListWidgetItem;
|
QListWidgetItem *item = new QListWidgetItem;
|
||||||
item->setData(Qt::DisplayRole,tr("Private chat invite from")+" "+QString::fromUtf8(detail.name.c_str())) ;
|
item->setData(Qt::DisplayRole,tr("Private chat invite from")+" "+QString::fromUtf8(detail.name.c_str())) ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue