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 d5c9457 commit 94eb41eCopy full SHA for 94eb41e
src/plugins/grass/qgsgrassmoduleoptions.cpp
@@ -444,7 +444,7 @@ void QgsGrassModuleStandardOptions::freezeOutput()
444
{
445
QgsDebugMsg( "called." );
446
447
-#ifdef Q_OS_WIN
+#if 0 // defined(Q_OS_WIN)
448
for ( int i = 0; i < mItems.size(); i++ )
449
450
QgsGrassModuleOption *opt = dynamic_cast<QgsGrassModuleOption *>( mItems[i] );
@@ -519,7 +519,7 @@ void QgsGrassModuleStandardOptions::thawOutput()
519
520
521
522
523
524
525
0 commit comments