Skip to content

Commit 3a08300

Browse files
committed
Sipify
1 parent fa68041 commit 3a08300

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

python/core/auto_generated/layout/qgslayoutitemlabel.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Returns the label font color.
224224
virtual void setFrameEnabled( bool drawFrame );
225225

226226

227-
virtual void setFrameStrokeWidth( const QgsLayoutMeasurement &strokeWidth );
227+
virtual void setFrameStrokeWidth( QgsLayoutMeasurement strokeWidth );
228228

229229

230230
public slots:

python/core/auto_generated/layout/qgslayoutitemmap.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The caller takes responsibility for deleting the returned object.
6161

6262
virtual int numberExportLayers() const;
6363

64-
virtual void setFrameStrokeWidth( const QgsLayoutMeasurement &width );
64+
virtual void setFrameStrokeWidth( QgsLayoutMeasurement width );
6565

6666

6767
double scale() const;

python/core/auto_generated/layout/qgslayoutitempicture.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Is emitted on picture rotation change
299299

300300
virtual void draw( QgsLayoutItemRenderContext &context );
301301

302-
virtual QSizeF applyItemSizeConstraint( const QSizeF &targetSize );
302+
virtual QSizeF applyItemSizeConstraint( QSizeF targetSize );
303303

304304
virtual bool writePropertiesToElement( QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context ) const;
305305

python/core/auto_generated/layout/qgslayoutmeasurement.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Decodes a measurement from a ``string``.
7777
.. seealso:: :py:func:`encodeMeasurement`
7878
%End
7979

80-
bool operator==( const QgsLayoutMeasurement &other ) const;
81-
bool operator!=( const QgsLayoutMeasurement &other ) const;
80+
bool operator==( QgsLayoutMeasurement other ) const;
81+
bool operator!=( QgsLayoutMeasurement other ) const;
8282

8383
QgsLayoutMeasurement operator+( double v ) const;
8484

0 commit comments

Comments
 (0)