diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2014-07-21 17:45:55 -0700 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@intel.com> | 2014-07-23 17:50:31 +0200 |
commit | f07c27eec117c664e3c0101c3077524647a32662 (patch) | |
tree | 3a7cd02bdcce1a24d001731fffc35cfa5de0b115 /src/corelib/plugin/qpluginloader.cpp | |
parent | cfaf851e268dac95cb140fbffc1233981ce48d4c (diff) | |
download | qtbase-f07c27eec117c664e3c0101c3077524647a32662.tar.gz |
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>
Diffstat (limited to 'src/corelib/plugin/qpluginloader.cpp')
0 files changed, 0 insertions, 0 deletions