Commit 9bf9fc2260e00e7d381fd1081a77cf193863489c

Authored by Scott Klum
2 parents 7123cc93 a4b64798

Merge pull request #364 from biometrics/fork_fte

FTE in File::append
Showing 1 changed file with 1 additions and 0 deletions
openbr/openbr_plugin.cpp
... ... @@ -97,6 +97,7 @@ void File::append(const File &other)
97 97 }
98 98 }
99 99 append(other.m_metadata);
  100 + fte = fte | other.fte;
100 101 }
101 102  
102 103 QList<File> File::split() const
... ...