Filter by file type, on behalf of Michael Ezra; see issue #376

This commit is contained in:
Oliver Duis
2010-12-05 21:42:52 +01:00
parent 819f013533
commit f41c5f68cc
13 changed files with 66 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ void ExifFilterSettings::clear () {
focalTo = 0;
lenses.clear ();
cameras.clear ();
filetypes.clear ();
filterFNumber = false;
filterShutter = false;
@@ -41,4 +42,5 @@ void ExifFilterSettings::clear () {
filterISO = false;
filterCamera = false;
filterLens = false;
filterFiletype = false;
}