We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 88c9d5b commit 21fa9cdCopy full SHA for 21fa9cd
python/core/qgsmaplayer.sip
@@ -77,6 +77,16 @@ public:
77
*/
78
const QString & name() const;
79
80
+ /**@note added in version 1.9*/
81
+ void setTitle( const QString& title );
82
83
+ const QString& title() const;
84
+
85
86
+ void setAbstract( const QString& abstract );
87
88
+ const QString& abstract() const;
89
90
/**Synchronises with changes in the datasource
91
@note added in version 1.6*/
92
virtual void reload();
0 commit comments