summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevmouse
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-05-27 04:51:45 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-08 00:12:09 +0200
commitd173da37eedf8229518da7998249c47f364566b4 (patch)
tree611c90bc23075acce1772d43746a685e54b78354 /src/plugins/generic/evdevmouse
parent1402660575609a5e936f7b3f656df49c60b812c4 (diff)
Remove QFactoryInterface from the generic plugins
Change-Id: I5a4351ca4b6605f9628496701bb8c6063cf36c78 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/generic/evdevmouse')
-rw-r--r--src/plugins/generic/evdevmouse/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/generic/evdevmouse/main.cpp b/src/plugins/generic/evdevmouse/main.cpp
index b1d4703902..6e98cf4a5e 100644
--- a/src/plugins/generic/evdevmouse/main.cpp
+++ b/src/plugins/generic/evdevmouse/main.cpp
@@ -52,7 +52,6 @@ class QEvdevMousePlugin : public QGenericPlugin
public:
QEvdevMousePlugin();
- QStringList keys() const;
QObject* create(const QString &key, const QString &specification);
};
@@ -61,12 +60,6 @@ QEvdevMousePlugin::QEvdevMousePlugin()
{
}
-QStringList QEvdevMousePlugin::keys() const
-{
- return (QStringList()
- << QLatin1String("EvdevMouse"));
-}
-
QObject* QEvdevMousePlugin::create(const QString &key,
const QString &specification)
{