lkml.org 
[lkml]   [2020]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 01/19] kconfig: qconf: remove ->addSeparator() to menuBar
    Date
    I do not understand the purpose of this ->addSeparator().
    It does not make any difference.

    Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
    ---

    Changes in v2:
    - new patch

    scripts/kconfig/qconf.cc | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
    index 23d1cb01a41a..55023a9e8315 100644
    --- a/scripts/kconfig/qconf.cc
    +++ b/scripts/kconfig/qconf.cc
    @@ -1540,7 +1540,6 @@ ConfigMainWindow::ConfigMainWindow(void)
    optionMenu->addAction(showDebugAction);

    // create help menu
    - menu->addSeparator();
    QMenu* helpMenu = menu->addMenu("&Help");
    helpMenu->addAction(showIntroAction);
    helpMenu->addAction(showAboutAction);
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-08-07 11:20    [W:4.764 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site