lensfun: improved logic for handling fixed-lens cameras

Fixes #4161
This commit is contained in:
Alberto Griggio
2017-10-31 09:02:37 +01:00
parent a2a70bffdf
commit dd6e411c13
2 changed files with 14 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ public:
Glib::ustring getMake() const;
Glib::ustring getModel() const;
float getCropFactor() const;
bool isFixedLens() const;
Glib::ustring getDisplayString() const;