kconfig: qconf: remove ->addSeparator() to menuBar
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Aug 2020 09:18:51 +0000 (18:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:30:04 +0000 (13:30 +0900)
I do not understand the purpose of this ->addSeparator().
It does not make any difference.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc

index fdef05c..cf2e06e 100644 (file)
@@ -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);