We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff8dab commit 762a1d0Copy full SHA for 762a1d0
1 file changed
src/mainwindow.cpp
@@ -351,7 +351,7 @@ std::vector<lsl::stream_info> MainWindow::refreshStreams() {
351
auto *item = new QListWidgetItem(k.listName(), ui->streamList);
352
item->setCheckState(k.checked ? Qt::Checked : Qt::Unchecked);
353
item->setForeground(good_brush);
354
- item->setToolTip(QString("Name: %1\nType: %2\nHostname: %3\nSource ID: %4")
+ item->setToolTip(QString("Name: %1\nType: %2\nSource ID: %3\nHostname: %4")
355
.arg(QString::fromStdString(k.name),
356
QString::fromStdString(k.type),
357
QString::fromStdString(k.id),
0 commit comments