kconfig: qconf: use QString to store path to configuration file
authorRolf Eike Beer <eb@emlix.com>
Wed, 23 Oct 2024 06:31:46 +0000 (08:31 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commitcdb37fe66fb260acce16c999a61a963fca93468a
tree6c28fdccdc1a6d465599ba481abb5a291dfcb9bf
parentcdb1e767c8db704965e0ca13f6e91a94a5d6cfb1
kconfig: qconf: use QString to store path to configuration file

This is the native type used by the file dialogs and avoids any hassle with
filename encoding when converting this back and forth to a character array.

Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc
scripts/kconfig/qconf.h