From d173da37eedf8229518da7998249c47f364566b4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 27 May 2012 04:51:45 +0200 Subject: Remove QFactoryInterface from the generic plugins Change-Id: I5a4351ca4b6605f9628496701bb8c6063cf36c78 Reviewed-by: Thiago Macieira --- src/gui/kernel/qgenericplugin_qpa.cpp | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'src/gui/kernel/qgenericplugin_qpa.cpp') diff --git a/src/gui/kernel/qgenericplugin_qpa.cpp b/src/gui/kernel/qgenericplugin_qpa.cpp index 493fc770b5..ef57ab8a9e 100644 --- a/src/gui/kernel/qgenericplugin_qpa.cpp +++ b/src/gui/kernel/qgenericplugin_qpa.cpp @@ -56,23 +56,17 @@ QT_BEGIN_NAMESPACE Note that this class is only available in Qt QPA. A mouse plugin can be created by subclassing - QGenericPlugin and reimplementing the pure virtual keys() and - create() functions. By exporting the derived class using the - Q_EXPORT_PLUGIN2() macro, The default implementation of the + QGenericPlugin and reimplementing the pure virtual create() + function. By exporting the derived class using the + Q_PLUGIN_METADATA() macro, The default implementation of the QGenericPluginFactory class will automatically detect the plugin and load the driver into the server application at run-time. See \l {How to Create Qt Plugins} for details. - \sa QGenericPluginFactory -*/ - -/*! - \fn QStringList QGenericPlugin::keys() const - - Implement this function to return the list of valid keys, i.e. the - drivers supported by this plugin. + The json metadata file should contain a list of keys supported by this + plugin. - \sa create() + \sa QGenericPluginFactory */ /*! -- cgit v1.2.3