X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Futil.h;h=9354620a941d4dfb05a84a485da21e12624308cf;hp=528f60d905280d6118c8a57325e185660c92562c;hb=dcba0652ac1275877b98b06d6482924ee6df0cd1;hpb=fd7c2c4a41b5bb9cffcfe7a8f86a28ab7f38ac27 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);