File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ class QgsVectorLayer : QgsMapLayer
301
301
/** Removes a vector layer join */
302
302
void removeJoin( const QString& joinLayerId );
303
303
304
- const QList< QgsVectorJoinInfo >& vectorJoins() const;
304
+ const QList< QgsVectorJoinInfo > vectorJoins() const;
305
305
306
306
/**
307
307
* Add a new field which is calculated by the expression specified
Original file line number Diff line number Diff line change @@ -2872,7 +2872,7 @@ void QgsVectorLayer::removeJoin( const QString& joinLayerId )
2872
2872
mJoinBuffer ->removeJoin ( joinLayerId );
2873
2873
}
2874
2874
2875
- const QList< QgsVectorJoinInfo >& QgsVectorLayer::vectorJoins () const
2875
+ const QList< QgsVectorJoinInfo > QgsVectorLayer::vectorJoins () const
2876
2876
{
2877
2877
if ( mJoinBuffer )
2878
2878
return mJoinBuffer ->vectorJoins ();
Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
793
793
/* * Removes a vector layer join */
794
794
void removeJoin ( const QString& joinLayerId );
795
795
796
- const QList< QgsVectorJoinInfo >& vectorJoins () const ;
796
+ const QList<QgsVectorJoinInfo> vectorJoins () const ;
797
797
798
798
/* *
799
799
* Add a new field which is calculated by the expression specified
You can’t perform that action at this time.
0 commit comments