mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user