Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
9bf9fc2260e00e7d381fd1081a77cf193863489c
Authored by
Scott Klum
2015-04-27 14:28:46 -0400
2 parents
7123cc93
a4b64798
Merge pull request #364 from biometrics/fork_fte
FTE in File::append
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/openbr_plugin.cpp
openbr/openbr_plugin.cpp
View file @
9bf9fc2
...
...
@@ -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
...
...