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

From: Randy Dunlap
Date: Sun Aug 30 2020 - 00:59:20 EST


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 <masahiroy@xxxxxxxxxx>
> ---
>
> scripts/kconfig/qconf.cc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

thanks.
--
~Randy