summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp')
-rw-r--r--tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp b/tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp
index 0cf37fe95..d146a80e7 100644
--- a/tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp
+++ b/tests/auto/input/qabstractphysicaldevicebackendnode/tst_qabstractphysicaldevicebackendnode.cpp
@@ -49,14 +49,14 @@ public:
: Qt3DInput::QAbstractPhysicalDeviceBackendNode(mode)
{}
- float axisValue(int axisIdentifier) const Q_DECL_OVERRIDE
+ float axisValue(int axisIdentifier) const override
{
if (axisIdentifier == 883)
return 883.0f;
return 0.0f;
}
- bool isButtonPressed(int buttonIdentifier) const Q_DECL_OVERRIDE
+ bool isButtonPressed(int buttonIdentifier) const override
{
if (buttonIdentifier == 454)
return true;