mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
add SpO2 ext for case-sensitive file systems
This commit is contained in:
parent
4776710a2b
commit
00c1bfb228
@ -408,7 +408,7 @@ void OximeterImport::on_fileImportButton_clicked()
|
||||
|
||||
qDebug() << "File Import button clicked";
|
||||
|
||||
QString filename = QFileDialog::getOpenFileName(nullptr , tr("Select a valid oximetry data file"), documentsFolder, tr("Oximetry Files (*.spo *.spor *.spo2 *.dat)"));
|
||||
QString filename = QFileDialog::getOpenFileName(nullptr , tr("Select a valid oximetry data file"), documentsFolder, tr("Oximetry Files (*.spo *.spor *.spo2 *.SpO2 *.dat)"));
|
||||
|
||||
if (filename.isEmpty())
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user