Skip to content
Commit d4b1cea7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: qconf: do not use 'menu' variable for (QMenuBar *)



I think it is a bit confusing to use 'menu' to hold a QMenuBar pointer.
I want to use 'menu' for a QMenu pointer.

You do not need to use a local variable here. Use menuBar() directly.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 614bf0a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment