From 6564dcd249b38c3eeee9cc53b161ba338cfa7379 Mon Sep 17 00:00:00 2001 From: Sebastian Goth Date: Wed, 16 Jul 2008 19:31:13 +0200 Subject: [PATCH] Remove unneeded stripping of Qt options. They work only if Qt got built with QT_DEBUG and then get stripped automatically. --- src/common/cliparser.cpp | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.20.1