summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayoutitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qlayoutitem.cpp')
-rw-r--r--src/widgets/kernel/qlayoutitem.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/widgets/kernel/qlayoutitem.cpp b/src/widgets/kernel/qlayoutitem.cpp
index 5ef3c17454..7de3f47c5b 100644
--- a/src/widgets/kernel/qlayoutitem.cpp
+++ b/src/widgets/kernel/qlayoutitem.cpp
@@ -263,6 +263,11 @@ void QLayoutItem::setAlignment(Qt::Alignment alignment)
*/
/*!
+ Destructor.
+*/
+QSpacerItem::~QSpacerItem() {}
+
+/*!
Changes this spacer item to have preferred width \a w, preferred
height \a h, horizontal size policy \a hPolicy and vertical size
policy \a vPolicy.
@@ -291,6 +296,11 @@ void QSpacerItem::changeSize(int w, int h, QSizePolicy::Policy hPolicy,
*/
/*!
+ Destructor.
+*/
+QWidgetItem::~QWidgetItem() {}
+
+/*!
Destroys the QLayoutItem.
*/
QLayoutItem::~QLayoutItem()