Commit 9bf9fc2260e00e7d381fd1081a77cf193863489c
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,6 +97,7 @@ void File::append(const File &other) | ||
| 97 | } | 97 | } |
| 98 | } | 98 | } |
| 99 | append(other.m_metadata); | 99 | append(other.m_metadata); |
| 100 | + fte = fte | other.fte; | ||
| 100 | } | 101 | } |
| 101 | 102 | ||
| 102 | QList<File> File::split() const | 103 | QList<File> File::split() const |