mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
print the error string that QFile::errorString() returns from qt_unix_query() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6a34c35485
commit
3bb7f2db82
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static bool qt_unix_query(const QString &library, QLibraryPrivate *lib)
|
|||
lib->errorString = file.errorString();
|
||||
if (qt_debug_component()) {
|
||||
qWarning("%s: %s", QFile::encodeName(library).data(),
|
||||
qPrintable(qt_error_string(errno)));
|
||||
qPrintable(lib->errorString));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue