lensfun: properly group lenses by maker in the UI

This commit is contained in:
Alberto Griggio
2017-09-09 22:31:59 +02:00
parent 03ec1abca8
commit 0f197bf1a4
3 changed files with 24 additions and 14 deletions

View File

@@ -73,6 +73,7 @@ class LFLens {
public:
LFLens();
bool ok() const;
Glib::ustring getMake() const;
Glib::ustring getLens() const;
Glib::ustring getDisplayString() const { return getLens(); }
private: