﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
206	QLibrary::load() may give invalid error string	rudi		"When loading a DLL fails because a dependent module of the requested one is missing, QLibray::errorString() is wrong.

The reason for that is, that in this case DosLoadModule returns ERROR_FILE_NOT_FOUND. QLibraryPivate::load_sys() then appends "".DLL"" and retries the load. It should not do that, if the failing module is different from the one that was attempted to load.
"	defect	closed	major	Qt 4.7	QtCore	4.6.3	medium	fixed		
