--- a/src/ldObject.cpp Thu Jan 04 19:24:40 2018 +0200 +++ b/src/ldObject.cpp Thu Jan 04 19:40:16 2018 +0200 @@ -1167,7 +1167,7 @@ // QString PreferredLicenseText() { - return Config->useCaLicense() ? CALicenseText : ""; + return config.useCaLicense() ? CALicenseText : ""; } // =============================================================================