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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);