summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdockwidget.h
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-10-31 18:35:36 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-11-01 21:58:13 +0100
commit7b96f3934c0a4331c4ca7bd4521b945f81a8ed21 (patch)
tree9f0d9f6bb6731d10040e63b09de35388b3bdd50d /src/widgets/widgets/qdockwidget.h
parent1940f0c7be7c78b8773e9576e3740707bae37889 (diff)
QDockWidget: use pmf-style connect syntax
Use pmf-style connect syntax for the three connections within QDockWidgetPrivate. Change-Id: I091a210d6a822903f0cc183f9090e03b124875e6 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/widgets/widgets/qdockwidget.h')
-rw-r--r--src/widgets/widgets/qdockwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/widgets/qdockwidget.h b/src/widgets/widgets/qdockwidget.h
index f93c3d7431..282f0b0038 100644
--- a/src/widgets/widgets/qdockwidget.h
+++ b/src/widgets/widgets/qdockwidget.h
@@ -85,8 +85,6 @@ protected:
private:
Q_DECLARE_PRIVATE(QDockWidget)
Q_DISABLE_COPY(QDockWidget)
- Q_PRIVATE_SLOT(d_func(), void _q_toggleView(bool))
- Q_PRIVATE_SLOT(d_func(), void _q_toggleTopLevel())
friend class QDockAreaLayout;
friend class QDockWidgetItem;
friend class QMainWindowLayout;