Skip to content

Commit 7e4069d

Browse files
committed
Removed file quotation marks
1 parent 69d8158 commit 7e4069d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

argaction.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ QStringList argAction::getAllArgs(bool getCommentedOptions)
162162
value = i.value().getFunction( i.value().object );
163163
if ( !value.isEmpty() )
164164
{
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-
170165
if( static_cast<QWidget *>(i.value().object)->isEnabled() )
171166
output << i.key() + '=' + value;
172167
else

0 commit comments

Comments
 (0)