summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-12-03 09:37:36 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-04 19:07:37 +0000
commitc9961da49757b5d76164a5334ed1f114fffcfca0 (patch)
treed887250f732bdcc426d089e68c01184a75886121 /tests/auto
parentd0030d94f4e4c18846ddb7cd8f4dfca81ad0e7af (diff)
QAbstractPhysicalDevice: Remove axis/buttons methods
They do not need to be on the frontend node Change-Id: I16cd5ad9a2d556916a3d8f4e6856eddf00fb7d3e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/input/commons/testdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/input/commons/testdevice.h b/tests/auto/input/commons/testdevice.h
index 988e9708d..d04130cfc 100644
--- a/tests/auto/input/commons/testdevice.h
+++ b/tests/auto/input/commons/testdevice.h
@@ -56,8 +56,6 @@ public:
QStringList buttonNames() const Q_DECL_FINAL { return QStringList(); }
int axisIdentifier(const QString &name) Q_DECL_FINAL { Q_UNUSED(name) return 0; }
int buttonIdentifier(const QString &name) Q_DECL_FINAL { Q_UNUSED(name) return 0; }
- float axis(int axisIdentifier) const Q_DECL_FINAL { Q_UNUSED(axisIdentifier) return 0.0f; }
- bool button(int buttonIdentifier) const Q_DECL_FINAL { Q_UNUSED(buttonIdentifier) return false; }
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_FINAL