summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qguiaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qguiaction.cpp b/src/gui/kernel/qguiaction.cpp
index e57da01568..f111d4fe91 100644
--- a/src/gui/kernel/qguiaction.cpp
+++ b/src/gui/kernel/qguiaction.cpp
@@ -1200,6 +1200,7 @@ Q_GUI_EXPORT QDebug operator<<(QDebug d, const QGuiAction *action)
#endif
d << " menuRole=";
QtDebugUtils::formatQEnum(d, action->menuRole());
+ d << " enabled=" << action->isEnabled();
d << " visible=" << action->isVisible();
} else {
d << '0';