diff --git a/src/gui/compat/removed_api.cpp b/src/gui/compat/removed_api.cpp index a642c33c428..c052ce6a250 100644 --- a/src/gui/compat/removed_api.cpp +++ b/src/gui/compat/removed_api.cpp @@ -63,6 +63,11 @@ bool QPageLayout::setTopMargin(qreal topMargin) return setTopMargin(topMargin, OutOfBoundsPolicy::Reject); } +bool QPageLayout::setBottomMargin(qreal bottomMargin) +{ + return setBottomMargin(bottomMargin, OutOfBoundsPolicy::Reject); +} + // #include "qotherheader.h" // // implement removed functions from qotherheader.h // order sections alphabetically