aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-06-30 11:35:07 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-06-30 14:17:22 +0200
commit5893c2c62bbe177ab2fbad65118e3eca7d59baa8 (patch)
tree46cece762867385a0b46d195f6c237fa54ec84e9 /src/quicklayouts
parent83859221c111a35856300e18aeac278e534564b7 (diff)
QQuickStackLayout: Drop pointless slots declaration
Change-Id: Id0771949504db914575277ffbdbe081a691e94b2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'src/quicklayouts')
-rw-r--r--src/quicklayouts/qquickstacklayout_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quicklayouts/qquickstacklayout_p.h b/src/quicklayouts/qquickstacklayout_p.h
index 9e82882373..b09f2979e9 100644
--- a/src/quicklayouts/qquickstacklayout_p.h
+++ b/src/quicklayouts/qquickstacklayout_p.h
@@ -93,8 +93,6 @@ signals:
void currentIndexChanged();
void countChanged();
-public slots:
-
private:
static void collectItemSizeHints(QQuickItem *item, QSizeF *sizeHints);
bool shouldIgnoreItem(QQuickItem *item) const;