We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fc9d0 commit de713abCopy full SHA for de713ab
1 file changed
tools/triage/mainwindow.cpp
@@ -263,7 +263,7 @@ void MainWindow::showResult(QListWidgetItem *item)
263
const QStringList lines = item->text().split("\n");
264
if (lines.size() < 2)
265
return;
266
- const QString url = lines[0];
+ const QString &url = lines[0];
267
QString msg = lines[1];
268
const QRegularExpressionMatch matchRes = mVersionRe.match(msg);
269
if (matchRes.hasMatch())
0 commit comments