From: Sebastian Goth Date: Wed, 16 Jul 2008 17:31:13 +0000 (+0200) Subject: Remove unneeded stripping of Qt options. X-Git-Tag: 0.3.0~258 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6564dcd249b38c3eeee9cc53b161ba338cfa7379;hp=6f534b8338f9e6cba5bfe7e8183d3a688075f428;ds=sidebyside Remove unneeded stripping of Qt options. They work only if Qt got built with QT_DEBUG and then get stripped automatically. --- diff --git a/src/common/cliparser.cpp b/src/common/cliparser.cpp index 3b0064e7..e3b8addd 100644 --- a/src/common/cliparser.cpp +++ b/src/common/cliparser.cpp @@ -26,10 +26,6 @@ CliParser::CliParser(QStringList arguments) { argsRaw = arguments; -// remove Qt internal debugging arguments - argsRaw.removeOne("-sync"); - argsRaw.removeOne("-nograb"); - argsRaw.removeOne("-dograb"); } void CliParser::addArgument(const QString &longName, const CliParserArg &arg) {