Skip to content

Commit

Permalink
QStackedWidget: remove unused member
Browse files Browse the repository at this point in the history
Change-Id: I109d9753fc7466163aac10921911fc036eb5924e
Reviewed-by: Giuseppe D'Angelo <[email protected]>
  • Loading branch information
dfaure-kdab committed Dec 13, 2022
1 parent 5d47680 commit 49dbeda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/widgets/qstackedwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class QStackedWidgetPrivate : public QFramePrivate
public:
QStackedWidgetPrivate():layout(nullptr){}
QStackedLayout *layout;
bool blockChildAdd;
};

/*!
Expand Down

0 comments on commit 49dbeda

Please sign in to comment.