Skip to content

Commit

Permalink
kconfig: qconf: remove ->addSeparator() to menuBar
Browse files Browse the repository at this point in the history
I do not understand the purpose of this ->addSeparator().
It does not make any difference.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Aug 14, 2020
1 parent d41809f commit 614bf0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 614bf0a

Please sign in to comment.