File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,6 @@ class QgsComposerHtml: QgsComposerMultiFrame
155
155
156
156
void refreshExpressionContext();
157
157
158
- virtual void refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
158
+ virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
159
159
160
160
};
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ void QgsComposerHtml::refreshExpressionContext()
484
484
loadHtml ();
485
485
}
486
486
487
- void QgsComposerHtml::refreshDataDefinedProperty ( QgsComposerObject::DataDefinedProperty property )
487
+ void QgsComposerHtml::refreshDataDefinedProperty ( const QgsComposerObject::DataDefinedProperty property )
488
488
{
489
489
// updates data defined properties and redraws item to match
490
490
if ( property == QgsComposerObject::SourceUrl || property == QgsComposerObject::AllProperties )
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame
178
178
179
179
void refreshExpressionContext ();
180
180
181
- virtual void refreshDataDefinedProperty ( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
181
+ virtual void refreshDataDefinedProperty ( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
182
182
183
183
private slots:
184
184
void frameLoaded ( bool ok = true );
You can’t perform that action at this time.
0 commit comments