mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix build errors
This commit is contained in:
parent
68e03cbc87
commit
3bcff891b5
@ -155,6 +155,6 @@ class QgsComposerHtml: QgsComposerMultiFrame
|
||||
|
||||
void refreshExpressionContext();
|
||||
|
||||
virtual void refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
|
||||
virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
|
||||
|
||||
};
|
||||
|
@ -484,7 +484,7 @@ void QgsComposerHtml::refreshExpressionContext()
|
||||
loadHtml();
|
||||
}
|
||||
|
||||
void QgsComposerHtml::refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property )
|
||||
void QgsComposerHtml::refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property )
|
||||
{
|
||||
//updates data defined properties and redraws item to match
|
||||
if ( property == QgsComposerObject::SourceUrl || property == QgsComposerObject::AllProperties )
|
||||
|
@ -178,7 +178,7 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame
|
||||
|
||||
void refreshExpressionContext();
|
||||
|
||||
virtual void refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
|
||||
virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
|
||||
|
||||
private slots:
|
||||
void frameLoaded( bool ok = true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user