Commit 614bf0a8 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: qconf: remove ->addSeparator() to menuBar

I do not understand the purpose of this ->addSeparator().
It does not make any difference.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent d41809ff
......@@ -1541,7 +1541,6 @@ ConfigMainWindow::ConfigMainWindow(void)
optionMenu->addAction(showDebugAction);
// create help menu
menu->addSeparator();
QMenu* helpMenu = menu->addMenu("&Help");
helpMenu->addAction(showIntroAction);
helpMenu->addAction(showAboutAction);
......
Markdown is supported
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