Remove declared but not defined function

Change-Id: I78a39f87118b3a2d4bc693c2b87a29c46e40032d
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Albert Astals Cid 2022-04-01 11:50:42 +02:00
parent eff8f9b7fa
commit c22bf34661

View File

@ -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);