We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99d511 commit f07b90dCopy full SHA for f07b90d
src/core/layout/qgslayoutitemlegend.cpp
@@ -447,11 +447,6 @@ void QgsLayoutItemLegend::setRasterStrokeWidth( double width )
447
mSettings.setRasterStrokeWidth( width );
448
}
449
450
-void QgsLayoutItemLegend::synchronizeWithModel()
451
-{
452
- adjustBoxSize();
453
- updateFilterByMap( false );
454
-}
455
456
void QgsLayoutItemLegend::updateLegend()
457
{
src/core/layout/qgslayoutitemlegend.h
@@ -448,9 +448,6 @@ class CORE_EXPORT QgsLayoutItemLegend : public QgsLayoutItem
private slots:
- //! Data changed
- void synchronizeWithModel();
-
//! Removes the associated map if the map is deleted.
void invalidateCurrentMap();
0 commit comments