Fix build
Otherwise, the build fails with the following error:
.../src/src/interface/Node_select.cpp:254:46: error: missing template arguments before ‘(’ token
254 | reassign_children_rec(*it, QFlags(Qt::Unchecked));
| ^
(at least on Debian with Qt 5.15.2)