OSDN Git Service

QPluginLoader documentation update
authorIvailo Monev <xakepa10@gmail.com>
Mon, 21 Mar 2022 06:35:58 +0000 (08:35 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 21 Mar 2022 06:35:58 +0000 (08:35 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/plugin/qpluginloader.cpp
src/core/plugin/quuid.cpp

index db48d81..f69e62f 100644 (file)
@@ -41,13 +41,13 @@ QT_BEGIN_NAMESPACE
     \ingroup plugins
 
     QPluginLoader provides access to a \l{How to Create Qt
-    Plugins}{Qt plugin}. A Qt plugin is stored in a shared library (a
-    DLL) and offers these benefits over shared libraries accessed
+    Plugins}{Qt plugin}. A Katie plugin is stored in a shared library
+    and offers these benefits over shared libraries accessed
     using QLibrary:
 
     \list
     \o QPluginLoader checks that a plugin is linked against the same
-       version of Qt as the application.
+       version of Katie as the application.
     \o QPluginLoader provides direct access to a root component object
        (instance()), instead of forcing you to resolve a C function manually.
     \endlist
@@ -113,8 +113,7 @@ QPluginLoader::QPluginLoader(QObject *parent)
 
     To be loadable, the file's suffix must be a valid suffix for a
     loadable library in accordance with the platform, e.g. \c .so on
-    Unix, - \c .dylib on Mac OS X, and \c .dll on Windows. The suffix
-    can be verified with QLibrary::isLibrary().
+    Unix. The suffix can be verified with QLibrary::isLibrary().
 
     \sa setFileName()
 */
@@ -240,8 +239,6 @@ bool QPluginLoader::isLoaded() const
 
     By default, this property contains an empty string.
 
-    Note: In Symbian the \a fileName must point to plugin stub file.
-
     \sa load()
 */
 void QPluginLoader::setFileName(const QString &fileName)
index 2151b41..6c853e6 100644 (file)
@@ -222,7 +222,7 @@ bool _q_uuidFromHex(const Char *&src, uint &d1, ushort &d2, ushort &d3, uchar (&
     \endtable
 
     The field layouts for the DCE versions listed in the table above
-    are specified in the \l{http://www.ietf.org/rfc/rfc4122.txt}
+    are specified in the \l{https://www.ietf.org/rfc/rfc4122.txt}
     {Network Working Group UUID Specification}.
     
     Most platforms provide a tool for generating new UUIDs, e.g. \c