summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch/main.cpp
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/evdevtouch/main.cpp
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/evdevtouch/main.cpp')
-rw-r--r--src/plugins/generic/evdevtouch/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/generic/evdevtouch/main.cpp b/src/plugins/generic/evdevtouch/main.cpp
index 2bdee0d332..33af3eddd8 100644
--- a/src/plugins/generic/evdevtouch/main.cpp
+++ b/src/plugins/generic/evdevtouch/main.cpp
@@ -52,7 +52,6 @@ class QEvdevTouchScreenPlugin : public QGenericPlugin
public:
QEvdevTouchScreenPlugin();
- QStringList keys() const;
QObject* create(const QString &key, const QString &specification);
};
@@ -60,11 +59,6 @@ QEvdevTouchScreenPlugin::QEvdevTouchScreenPlugin()
{
}
-QStringList QEvdevTouchScreenPlugin::keys() const
-{
- return QStringList() << "EvdevTouch";
-}
-
QObject* QEvdevTouchScreenPlugin::create(const QString &key,
const QString &spec)
{