Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Raster category, remove obsolete files
  • Loading branch information
mhugent committed Jan 12, 2012
1 parent bd273f6 commit 4360962
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 545 deletions.
Expand Up @@ -38,6 +38,7 @@ static const QString name_ = QObject::tr( "Raster Terrain Analysis plugin" );
static const QString description_ = QObject::tr( "A plugin for raster based terrain analysis" );
static const QString version_ = QObject::tr( "Version 0.1" );
static const QString icon_ = ":/raster/raster_terrain_icon.png";
static const QString category_ = QObject::tr( "Raster" );

QgsRasterTerrainAnalysisPlugin::QgsRasterTerrainAnalysisPlugin( QgisInterface* iface ): mIface( iface ), mTerrainAnalysisMenu( 0 )
{
Expand Down Expand Up @@ -236,4 +237,9 @@ QGISEXTERN void unload( QgisPlugin* pluginPointer )
delete pluginPointer;
}

QGISEXTERN QString category()
{
return category_;
}


270 changes: 0 additions & 270 deletions src/plugins/raster_terrain_analysis/qgsreliefdialog.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions src/plugins/raster_terrain_analysis/qgsreliefdialog.h

This file was deleted.

0 comments on commit 4360962

Please sign in to comment.