diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index be9e312..6159e49 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -97,6 +97,7 @@ void File::append(const File &other) } } append(other.m_metadata); + fte = fte | other.fte; } QList File::split() const