summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaxisaccumulator_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-11-25 09:38:14 +0000
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-07 05:53:30 +0000
commitbe9c9c9229f4eb8b850f566a8628fade826cbcf2 (patch)
treee2b5b4846fca4139d8615b87d54b065d77aab1c0 /src/input/frontend/qaxisaccumulator_p.h
parentdd6866e7b278c0feb5155144e0709cfc2f99fa96 (diff)
QAxisAccumulaor should be a component
So that it can be aggregated by entities to accumlate axis values which is behavior implemented on the backend. Change-Id: Idd7a1a2c1e3f7e73c3c83023ebad9b3e85f31a5d Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/input/frontend/qaxisaccumulator_p.h')
-rw-r--r--src/input/frontend/qaxisaccumulator_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/frontend/qaxisaccumulator_p.h b/src/input/frontend/qaxisaccumulator_p.h
index a07284009..be0410c5c 100644
--- a/src/input/frontend/qaxisaccumulator_p.h
+++ b/src/input/frontend/qaxisaccumulator_p.h
@@ -51,14 +51,14 @@
// We mean it.
//
-#include <Qt3DCore/private/qnode_p.h>
+#include <Qt3DCore/private/qcomponent_p.h>
#include <Qt3DInput/qaxisaccumulator.h>
QT_BEGIN_NAMESPACE
namespace Qt3DInput {
-class QAxisAccumulatorPrivate : public Qt3DCore::QNodePrivate
+class QAxisAccumulatorPrivate : public Qt3DCore::QComponentPrivate
{
public:
QAxisAccumulatorPrivate();