mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Add missing Transfer annotation
This commit is contained in:
parent
c8e86aefc7
commit
83e48c0254
@ -44,7 +44,7 @@ Constructor for LayerOptions.
|
||||
|
||||
QgsAnnotationLayer( const QString &name, const QgsAnnotationLayer::LayerOptions &options );
|
||||
|
||||
void addItem( QgsAnnotationItem *item );
|
||||
void addItem( QgsAnnotationItem *item /Transfer/ );
|
||||
|
||||
|
||||
const QMap<QString, QgsAnnotationItem *> &items() const;
|
||||
|
@ -55,7 +55,7 @@ class CORE_EXPORT QgsAnnotationLayer : public QgsMapLayer
|
||||
|
||||
QgsAnnotationLayer( const QString &name, const QgsAnnotationLayer::LayerOptions &options );
|
||||
|
||||
void addItem( QgsAnnotationItem *item );
|
||||
void addItem( QgsAnnotationItem *item SIP_TRANSFER );
|
||||
|
||||
//KadasMapItem *takeItem( const QString &itemId );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user