We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d8158 commit 7e4069dCopy full SHA for 7e4069d
argaction.cpp
@@ -162,11 +162,6 @@ QStringList argAction::getAllArgs(bool getCommentedOptions)
162
value = i.value().getFunction( i.value().object );
163
if ( !value.isEmpty() )
164
{
165
-#ifndef Q_OS_WIN //Crashes if quotation marks are present on Windows... Don't know why... FIXME
166
- if( stringMarks && i.value().getFunction == &getLineEdit )
167
- value = '\"' + value + '\"';
168
-#endif
169
-
170
if( static_cast<QWidget *>(i.value().object)->isEnabled() )
171
output << i.key() + '=' + value;
172
else
0 commit comments