forked from dolphin-emu/dolphin
sprintf is listed as obsolete within the documentation for Qt 5. Instead, it recommends using the asprintf member function, arg(), or QTextStream.
sprintf is listed as obsolete within the documentation for Qt 5. Instead, it recommends using the asprintf member function, arg(), or QTextStream.