Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed old comment
  • Loading branch information
elpaso committed Jun 2, 2017
1 parent fc76d12 commit ce6d5c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/qgsdatasourcemanagerdialog.cpp
Expand Up @@ -59,9 +59,6 @@ QgsDataSourceManagerDialog::QgsDataSourceManagerDialog( QgsMapCanvas *mapCanvas,
mPageNames.append( QStringLiteral( "ogr" ) );

// RASTER (forward to app)
// Note: the tricky solution here will not last long: the browser button is really the
// first that will disappear because its functionality can be replaced completely
// right now by the browser
ui->mOptionsStackedWidget->addWidget( new QWidget() );
QListWidgetItem *rasterItem = new QListWidgetItem( tr( "Raster" ), ui->mOptionsListWidget );
rasterItem->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionAddRasterLayer.svg" ) ) );
Expand Down

0 comments on commit ce6d5c7

Please sign in to comment.