Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hide list view in grass toolbox as I hadent meant to commit it yet
git-svn-id: http://svn.osgeo.org/qgis/trunk@8535 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 28, 2008
1 parent 9470f3e commit 02f5006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -150,7 +150,7 @@ QgsGrassTools::QgsGrassTools ( QgisInterface *iface,
mypListTabLayout->addWidget(mListView);
mFilterInput = new QLineEdit(this);
mypListTabLayout->addWidget(mFilterInput);
mTabWidget->addTab( mypBase, tr("Modules List") );
//mTabWidget->addTab( mypBase, tr("Modules List") );
connect( mFilterInput, SIGNAL(textChanged(QString)),
this, SLOT(filterChanged(QString)) );
connect( mListView, SIGNAL(clicked(const QModelIndex)),
Expand Down

0 comments on commit 02f5006

Please sign in to comment.