Skip to content

Commit f353750

Browse files
committed
Fixup lsl API call
1 parent 93b547e commit f353750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MainWindow::MainWindow(QWidget *parent, const char *config_file)
4444
connect(ui->actionAbout, &QAction::triggered, [this]() {
4545
QString infostr = QStringLiteral("LSL library version: ") +
4646
QString::number(lsl::library_version()) +
47-
"\nLSL library info:" + lsl::lsl_library_info();
47+
"\nLSL library info:" + lsl::library_info();
4848
QMessageBox::about(this, "About this app", infostr);
4949
});
5050
connect(ui->linkButton, &QPushButton::clicked, this, &MainWindow::toggleRecording);

0 commit comments

Comments
 (0)