Doc: QPluginLoader: remove the claim we search the current dir
Commit bf131e8d21 removed it and it's a
good thing.
Change-Id: Idc3fae4d0f614c389d27fffd15ea245420035e66
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
bb10
parent
b98a52c2c8
commit
bab1473b7e
|
|
@ -342,7 +342,7 @@ static QString locatePlugin(const QString& fileName)
|
|||
QPluginLoader will automatically look for the file with the appropriate
|
||||
suffix (see QLibrary::isLibrary()).
|
||||
|
||||
When loading the plugin, QPluginLoader searches in the current directory and
|
||||
When loading the plugin, QPluginLoader searches
|
||||
in all plugin locations specified by QCoreApplication::libraryPaths(),
|
||||
unless the file name has an absolute path. After loading the plugin
|
||||
successfully, fileName() returns the fully-qualified file name of
|
||||
|
|
|
|||
Loading…
Reference in New Issue