diff -r 1f342d5abc85 -r ea1b3ea9a3ca src/lddocument.h --- a/src/lddocument.h Sat Mar 24 16:33:23 2018 +0200 +++ b/src/lddocument.h Sat Mar 24 16:40:12 2018 +0200 @@ -65,6 +65,7 @@ CaLicense, NonCaLicense } license = UnspecifiedLicense; + static decltype(license) defaultLicense(); }; Q_DECLARE_OPERATORS_FOR_FLAGS(QFlags)