Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cmd.exe does not work
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4850 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 14, 2006
1 parent b493438 commit 3715df5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -51,6 +51,7 @@
#include <QCloseEvent>
#include <QTabBar>
#include <QListView>
#include <QProcess>

#include "qgis.h"
#include "qgsapplication.h"
Expand Down Expand Up @@ -160,6 +161,10 @@ void QgsGrassTools::moduleClicked( Q3ListViewItem * item )
#ifdef WIN32
QMessageBox::warning( 0, "Warning",
"GRASS Shell is not supported on Windows." );

// This does not work:
//QProcess *proc = new QProcess();
//proc->start ("cmd.exe");
#else

#ifdef HAVE_OPENPTY
Expand Down

0 comments on commit 3715df5

Please sign in to comment.