X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcliparser.cpp;h=39be78b125cef87540b231bec3c50f3b7d7df848;hp=625f64ab0c86accb15b03f145429ea72e79749a7;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=af5ee11e78a6c98f755d0cc5e3bef77028b227dd diff --git a/src/common/cliparser.cpp b/src/common/cliparser.cpp index 625f64ab..39be78b1 100644 --- a/src/common/cliparser.cpp +++ b/src/common/cliparser.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -184,7 +184,7 @@ void CliParser::usage() { if(arg.value().type == CliParserArg::CliArgOption && !arg.value().def.isNull()) { output.append(". Default is: ").append(arg.value().def); } - qWarning() << output.toLatin1(); + qWarning() << qPrintable(output); } }