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 4a018cd commit 4a95a0dCopy full SHA for 4a95a0d
1 file changed
src/mainwindow.cpp
@@ -418,7 +418,7 @@ void MainWindow::startRecording() {
418
419
std::vector<std::string> watchfor;
420
for (const QString &missing : missingStreams) {
421
- // TODO: Convert missing to query expected by lsl::resolve_stream
+ // Convert missing to query expected by lsl::resolve_stream
422
// name='BioSemi' and hostname=AASDFSDF
423
// QRegularExpression rx("(\S+)\s+\((\S+)\)");
424
QStringList name_host = missing.split(QRegExp("\\s+"));
0 commit comments