Re: [PATCH 2/2] kconfig: qconf: replace depreacated QString::sprintf() with QTextStream

2020-08-20 Thread Masahiro Yamada
I will fix the typo in the subject. "depreacated" -> "deprecated" -- Best Regards Masahiro Yamada

[PATCH 2/2] kconfig: qconf: replace depreacated QString::sprintf() with QTextStream

2020-08-20 Thread Masahiro Yamada
QString::sprintf() is deprecated in the latest Qt version, and spawns a lot of warnings: HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc: In member function ‘void ConfigInfoView::menuInfo()’: scripts/kconfig/qconf.cc:1090:61: warning: ‘QString& QString::sprintf(const char*, ...)’ is de