Skip to content
Snippets Groups Projects
Commit e205c30a authored by Conor Finn's avatar Conor Finn
Browse files

RE #24306 Added to valid extentions

parent 9a6fff4e
No related merge requests found
......@@ -291,6 +291,7 @@ void Load::init() {
exts.emplace_back(".sqw");
exts.emplace_back(".fits");
exts.emplace_back(".bin");
exts.emplace_back(".edb");
declareProperty(
std::make_unique<MultipleFileProperty>("Filename", exts),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment