projects
/
quassel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f534b8
)
Remove unneeded stripping of Qt options.
author
Sebastian Goth
<seezer@roath.org>
Wed, 16 Jul 2008 17:31:13 +0000
(19:31 +0200)
committer
Sebastian Goth
<seezer@roath.org>
Wed, 16 Jul 2008 22:57:30 +0000
(
00:57
+0200)
They work only if Qt got built with QT_DEBUG and then get stripped automatically.
src/common/cliparser.cpp
patch
|
blob
|
history
diff --git
a/src/common/cliparser.cpp
b/src/common/cliparser.cpp
index
3b0064e
..
e3b8add
100644
(file)
--- 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) {