Re: [PATCH 11/11] kconfig: qconf: create QApplication after option checks

2020-08-29 Thread Randy Dunlap
On 8/29/20 1:14 AM, Masahiro Yamada wrote: > 'scripts/kconfig/qconf -h' just calls usage() and exits, with > QApplication unused. > > There is no need to construct QApplication so early. Do it after > the parse stage. > > Signed-off-by: Masahiro Yamada > --- > > scripts/kconfig/qconf.cc | 3 ++

[PATCH 11/11] kconfig: qconf: create QApplication after option checks

2020-08-29 Thread Masahiro Yamada
'scripts/kconfig/qconf -h' just calls usage() and exits, with QApplication unused. There is no need to construct QApplication so early. Do it after the parse stage. Signed-off-by: Masahiro Yamada --- scripts/kconfig/qconf.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a