Viaton Data file with Suffix

This commit is contained in:
Steve Gearhart 2023-01-15 19:50:02 +00:00
parent 1d11c57b57
commit c19b617e15

View File

@ -239,8 +239,8 @@ QStringList ViatomLoader::getNameFilter()
// Sometimes the files have a SleepU_ or O2Ring_ prefix.
// Sometimes they have punctuation in the timestamp.
// Note that ":" is not allowed on macOS, so Mac users will need to rename their files in order to select and import them.
return QStringList({"*20[0-5][0-9][01][0-9][0-3][0-9][012][0-9][0-5][0-9][0-5][0-9]",
"*20[0-5][0-9]-[01][0-9]-[0-3][0-9] [012][0-9]:[0-5][0-9]:[0-5][0-9]"
return QStringList({"*20[0-5][0-9][01][0-9][0-3][0-9][012][0-9][0-5][0-9][0-5][0-9]*",
"*20[0-5][0-9]-[01][0-9]-[0-3][0-9] [012][0-9]:[0-5][0-9]:[0-5][0-9]*"
});
}