summaryrefslogtreecommitdiffstats
path: root/examples/designer
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-01-24 16:08:05 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-26 05:31:08 +0000
commiteae03b13ea5463906d88dea6f3ebf2c7f1747ce4 (patch)
tree62c2173e093f80ff868c64d5c57362d78ad792cb /examples/designer
parentb2f8190d41be858045fd41963a3f1acde8b1adab (diff)
QLayoutSupport: fix GCC 13 -Werror=overloaded-virtual
Says GCC 13: layoutdecoration.h:52:17: error: ‘virtual int Qt6::QDesignerLayoutDecorationExtension::findItemAt(int, int) const’ was hidden [-Werror=overloaded-virtual=] 52 | virtual int findItemAt(int row, int column) const = 0; // atm only for grid. | ^~~~~~~~~~ qlayout_widget_p.h:178:16: note: by ‘Qt6::qdesigner_internal::QLayoutSupport::findItemAt’ 178 | static int findItemAt(QGridLayout *, int row, int column); | ^~~~~~~~~~ Fix by adding the missing using declaration that brings QDesignerLayoutDecorationExtension::findItemAt(int, int) into scope again. Change-Id: I69b3033fa2da30388f87229cd2ab26822bab0d16 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 345d33893e15124a795a39a4a8614286cbf7faf9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/designer')
0 files changed, 0 insertions, 0 deletions