lensfun: added possibility to use a private copy of the LF database

This commit is contained in:
Alberto Griggio
2017-09-14 11:34:41 +02:00
parent 5b3d60bf56
commit 008f280e29
7 changed files with 40 additions and 4 deletions

View File

@@ -92,6 +92,9 @@ public:
double ed_low;
double ed_lipinfl;
double ed_lipampl;
Glib::ustring lensfunDbDirectory; ///< The directory containing the lensfun database. If empty, the system defaults will be used (as described in http://lensfun.sourceforge.net/manual/dbsearch.html)
/** Creates a new instance of Settings.
* @return a pointer to the new Settings instance. */
static Settings* create ();