From c22bf346611e860a9c239ccdc40aadd8c63cce70 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 1 Apr 2022 11:50:42 +0200 Subject: [PATCH] Remove declared but not defined function Change-Id: I78a39f87118b3a2d4bc693c2b87a29c46e40032d Reviewed-by: David Faure --- src/widgets/widgets/qmainwindowlayout_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/widgets/qmainwindowlayout_p.h b/src/widgets/widgets/qmainwindowlayout_p.h index 66182bf001..bcb814fb20 100644 --- a/src/widgets/widgets/qmainwindowlayout_p.h +++ b/src/widgets/widgets/qmainwindowlayout_p.h @@ -583,7 +583,6 @@ public: bool plug(QLayoutItem *widgetItem); QLayoutItem *unplug(QWidget *widget, bool group = false); void revert(QLayoutItem *widgetItem); - void paintDropIndicator(QPainter *p, QWidget *widget, const QRegion &clip); void applyState(QMainWindowLayoutState &newState, bool animate = true); void restore(bool keepSavedState = false); void animationFinished(QWidget *widget);