summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetaction.h
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-17 11:37:29 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-21 19:13:32 +0000
commit9e78256579e8dc704066a98cb4816a1aab0e7e3b (patch)
tree44cb52bd069979090abef2a1bf9a04bd00644089 /src/widgets/kernel/qwidgetaction.h
parentf5021835dfb4b0bf974794b598cbdf9f0f95898d (diff)
Widgets: Use pmf-style connects
Replace some more string-based connects with pmf-style to trigger a compiler error instead a runtime error if a signal or slot does no longer exists. Pick-to: 6.7 Change-Id: Ibc047cc935885a30ea58367fa97e9f962b87ca2c Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/widgets/kernel/qwidgetaction.h')
-rw-r--r--src/widgets/kernel/qwidgetaction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidgetaction.h b/src/widgets/kernel/qwidgetaction.h
index b8539f275b..296ff52d1e 100644
--- a/src/widgets/kernel/qwidgetaction.h
+++ b/src/widgets/kernel/qwidgetaction.h
@@ -37,7 +37,6 @@ protected:
private:
Q_DISABLE_COPY(QWidgetAction)
- Q_PRIVATE_SLOT(d_func(), void _q_widgetDestroyed(QObject *))
friend class QToolBar;
};