Skip to content

Commit

Permalink
Added title / abstract to python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 16, 2011
1 parent 88c9d5b commit 21fa9cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/core/qgsmaplayer.sip
Expand Up @@ -77,6 +77,16 @@ public:
*/
const QString & name() const;

/**@note added in version 1.9*/
void setTitle( const QString& title );
/**@note added in version 1.9*/
const QString& title() const;

/**@note added in version 1.9*/
void setAbstract( const QString& abstract );
/**@note added in version 1.9*/
const QString& abstract() const;

/**Synchronises with changes in the datasource
@note added in version 1.6*/
virtual void reload();
Expand Down

0 comments on commit 21fa9cd

Please sign in to comment.