mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
Fixed converting number to QString
This commit is contained in:
parent
e5c42e63b7
commit
c4d1de06d0
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ void CreateGxsForumMsg::createMsg()
|
|||
default:
|
||||
std::cerr << "CreateGxsForumMsg::createMsg() ERROR GETTING AuthorId!";
|
||||
std::cerr << std::endl;
|
||||
QMessageBox::warning(this, tr("RetroShare"),tr("Congrats, you found a bug!")+" "+QString(__FILE__)+":"+QString(__LINE__), QMessageBox::Ok, QMessageBox::Ok);
|
||||
QMessageBox::warning(this, tr("RetroShare"),tr("Congrats, you found a bug!")+" "+QString(__FILE__)+":"+QString::number(__LINE__), QMessageBox::Ok, QMessageBox::Ok);
|
||||
|
||||
return;
|
||||
}//switch (ui->idChooser->getChosenId(authorId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue