Skip to content

engine/idutils.h - fix compile in filePathToStat

Allen Winter requested to merge winterz/fix-windows-compile into master

inside the Q_OS_WIN conditional compile the QByteArray filePath must be converted to a QString for use by QFileInfo.

Merge request reports