Skip to content

Commit

Permalink
added legend()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5112 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 29, 2006
1 parent 17e39b8 commit 4031cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgisapp.h
Expand Up @@ -298,6 +298,8 @@ public slots:
void select();
//! refresh map canvas
void refreshMapCanvas();
//! returns pointer to map legend
QgsLegend *legend() { return mMapLegend; }

public slots:
void showProgress(int theProgress, int theTotalSteps);
Expand Down

0 comments on commit 4031cc4

Please sign in to comment.