We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b547e commit f353750Copy full SHA for f353750
1 file changed
mainwindow.cpp
@@ -44,7 +44,7 @@ MainWindow::MainWindow(QWidget *parent, const char *config_file)
44
connect(ui->actionAbout, &QAction::triggered, [this]() {
45
QString infostr = QStringLiteral("LSL library version: ") +
46
QString::number(lsl::library_version()) +
47
- "\nLSL library info:" + lsl::lsl_library_info();
+ "\nLSL library info:" + lsl::library_info();
48
QMessageBox::about(this, "About this app", infostr);
49
});
50
connect(ui->linkButton, &QPushButton::clicked, this, &MainWindow::toggleRecording);
0 commit comments