Skip to content

Commit 4a95a0d

Browse files
committed
Deleted TODO text, because it was TO-DONE
1 parent 4a018cd commit 4a95a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ void MainWindow::startRecording() {
418418

419419
std::vector<std::string> watchfor;
420420
for (const QString &missing : missingStreams) {
421-
// TODO: Convert missing to query expected by lsl::resolve_stream
421+
// Convert missing to query expected by lsl::resolve_stream
422422
// name='BioSemi' and hostname=AASDFSDF
423423
// QRegularExpression rx("(\S+)\s+\((\S+)\)");
424424
QStringList name_host = missing.split(QRegExp("\\s+"));

0 commit comments

Comments
 (0)