qt5base-lts/tests/auto/corelib/plugin/qlibrary
Thiago Macieira f07c27eec1 Don't store QLibraryPrivate with empty file names in the global store
They shouldn't exist in the first place. They exist in two cases only:
1) mistake by the user in the QLibrary or QPluginLoader constructors or
setFileName

2) as a kludge for setLoadHints before a file name is set (we need to
store the user's requested hints somewhere)

This is important for the second case, as otherwise all QLibrary and
QPluginLoader objects without a file name would share the setting.

Task-number: QTBUG-39642
Change-Id: Iebff0252fd4d95a1d54caf338d4e2fff4de3b189
Reviewed-by: David Faure <david.faure@kdab.com>
2014-07-23 17:50:31 +02:00
..
lib Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
lib2 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
library_path Moving relevant tests to corelib/plugin 2011-09-01 12:42:51 +02:00
tst Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
.gitignore Remove mention of Trolltech in qlibrary autotest. 2011-12-28 04:48:06 +01:00
qlibrary.pro tests: Make the QT assignments more explicit 2013-08-21 19:05:52 +02:00
tst_qlibrary.cpp Don't store QLibraryPrivate with empty file names in the global store 2014-07-23 17:50:31 +02:00