We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559dac0 commit d366c39Copy full SHA for d366c39
huggle/reportuser.cpp
@@ -227,7 +227,7 @@ void ReportUser::on_pushButton_clicked()
227
EvidenceID++;
228
reports += "[" + QString(Core::GetProjectScriptURL() + "index.php?title=" +
229
QUrl::toPercentEncoding(ui->tableWidget->item(xx, 0)->text()) + "&diff="
230
- + ui->tableWidget->item(xx, 3)->text()).toUtf8() + "#" + QString::number(EvidenceID) + "] ";
+ + ui->tableWidget->item(xx, 3)->text()).toUtf8() + "" + "#" + QString::number(EvidenceID) + "] ";
231
}
232
233
xx++;
0 commit comments