Skip to content

Commit 21fa9cd

Browse files
committedDec 16, 2011
Added title / abstract to python bindings
1 parent 88c9d5b commit 21fa9cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎python/core/qgsmaplayer.sip

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ public:
7777
*/
7878
const QString & name() const;
7979

80+
/**@note added in version 1.9*/
81+
void setTitle( const QString& title );
82+
/**@note added in version 1.9*/
83+
const QString& title() const;
84+
85+
/**@note added in version 1.9*/
86+
void setAbstract( const QString& abstract );
87+
/**@note added in version 1.9*/
88+
const QString& abstract() const;
89+
8090
/**Synchronises with changes in the datasource
8191
@note added in version 1.6*/
8292
virtual void reload();

0 commit comments

Comments
 (0)
Please sign in to comment.