mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Viaton Data file with Suffix
This commit is contained in:
parent
1d11c57b57
commit
c19b617e15
@ -239,8 +239,8 @@ QStringList ViatomLoader::getNameFilter()
|
|||||||
// Sometimes the files have a SleepU_ or O2Ring_ prefix.
|
// Sometimes the files have a SleepU_ or O2Ring_ prefix.
|
||||||
// Sometimes they have punctuation in the timestamp.
|
// 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.
|
// 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]",
|
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]"
|
"*20[0-5][0-9]-[01][0-9]-[0-3][0-9] [012][0-9]:[0-5][0-9]:[0-5][0-9]*"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user