mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing override
This commit is contained in:
parent
f8256dbb38
commit
23d161d801
@ -304,7 +304,7 @@ void QgsComposerLegend::updateLegend()
|
||||
void QgsComposerLegend::updateItem()
|
||||
{
|
||||
updateFilterByMap();
|
||||
update();
|
||||
QgsComposerItem::updateItem();
|
||||
}
|
||||
|
||||
bool QgsComposerLegend::writeXML( QDomElement& elem, QDomDocument & doc ) const
|
||||
|
@ -94,7 +94,7 @@ class CORE_EXPORT QgsComposerLegend : public QgsComposerItem
|
||||
|
||||
//! Update() overloading. Use it rather than update()
|
||||
//! @note added in 2.12
|
||||
virtual void updateItem();
|
||||
virtual void updateItem() override;
|
||||
|
||||
//! When set to true, during an atlas rendering, it will filter out legend elements
|
||||
//! where features are outside the current atlas feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user