X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Futil.h;h=9354620a941d4dfb05a84a485da21e12624308cf;hp=528f60d905280d6118c8a57325e185660c92562c;hb=d1b6499b0b848d4287efae89107576548533502c;hpb=f37791b92e3bf6e78b93036c0669926eeba3347b diff --git a/src/common/util.h b/src/common/util.h index 528f60d9..9354620a 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -38,7 +38,7 @@ bool isChannelName(QString str); /** This function takes a string and first checks if it is encoded in utf8, in which case it is * decoded appropriately. Otherwise, the specified text codec is used to transform the string. * \param input The input string containing encoded data - * \param encoding The text codec we use if the input is not utf8 + * \param codec The text codec we use if the input is not utf8 * \return The decoded string. */ QString decodeString(const QByteArray &input, QTextCodec *codec = 0);