Add enabled to QGuiAction debug output
It is a rather important property Change-Id: I085031531235b1776faf5d2b52269ed4a05f0704 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>bb10
parent
2f521438eb
commit
498cf6a455
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue