Skip to content

Commit 94eb41e

Browse files
committed
'fix' windows build
1 parent d5c9457 commit 94eb41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/grass/qgsgrassmoduleoptions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void QgsGrassModuleStandardOptions::freezeOutput()
444444
{
445445
QgsDebugMsg( "called." );
446446

447-
#ifdef Q_OS_WIN
447+
#if 0 // defined(Q_OS_WIN)
448448
for ( int i = 0; i < mItems.size(); i++ )
449449
{
450450
QgsGrassModuleOption *opt = dynamic_cast<QgsGrassModuleOption *>( mItems[i] );
@@ -519,7 +519,7 @@ void QgsGrassModuleStandardOptions::thawOutput()
519519
{
520520
QgsDebugMsg( "called." );
521521

522-
#ifdef Q_OS_WIN
522+
#if 0 // defined(Q_OS_WIN)
523523
for ( int i = 0; i < mItems.size(); i++ )
524524
{
525525
QgsGrassModuleOption *opt = dynamic_cast<QgsGrassModuleOption *>( mItems[i] );

0 commit comments

Comments
 (0)