--- a/src/miscallenous.h Mon Mar 06 00:36:40 2017 +0200 +++ b/src/miscallenous.h Mon Mar 06 00:40:23 2017 +0200 @@ -36,6 +36,7 @@ QString joinStrings (QList<StringFormatArg> vals, QString delim = " "); void roundToDecimals (double& value, int decimals); void simplify (int& numer, int& denom); +QString preferredLicenseText(); /* * Rounds the input value to the nearest multiple of the provided interval.