X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Futil.h;h=80fae6236eb60c3236de95675e9ebfe6b31888e9;hb=0f2257a3a58aaa329d11c9fadd06314edb924af5;hp=799f8aacebb61a16df1d7a05b033a14ce4822adc;hpb=dda7da0549233d54ada594ebf0771ad9a6841050;p=evaf diff --git a/src/libs/Common/util.h b/src/libs/Common/util.h index 799f8aa..80fae62 100644 --- a/src/libs/Common/util.h +++ b/src/libs/Common/util.h @@ -58,7 +58,7 @@ inline bool isFalse(QString const & str) * Converts strings to variant values * @param value The string * @param defaultValue The default value - * @param Variant value converted from the string or the default if failed + * @return value converted from the string or the default if failed * * This function converts strings to variant values. The type of the expected value is determined * from the default value. If the string fails to convert to the expected type, returns the