From 156927890ccf1bfc8cd579b086e4be62f5400cdd Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 8 Dec 2019 15:30:03 +0000 Subject: [PATCH] remove symbian note from QPluginLoader documentation [ci skip] Signed-off-by: Ivailo Monev --- src/core/plugin/qpluginloader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/plugin/qpluginloader.cpp b/src/core/plugin/qpluginloader.cpp index c1282ccc5..54305b16e 100644 --- a/src/core/plugin/qpluginloader.cpp +++ b/src/core/plugin/qpluginloader.cpp @@ -130,8 +130,6 @@ QPluginLoader::QPluginLoader(QObject *parent) Unix, - \c .dylib on Mac OS X, and \c .dll on Windows. The suffix can be verified with QLibrary::isLibrary(). - Note: In Symbian the \a fileName must point to plugin stub file. - \sa setFileName() */ QPluginLoader::QPluginLoader(const QString &fileName, QObject *parent) -- 2.11.0