summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qphysicaldevicecreatedchange.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-05-10 10:02:10 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-10 19:09:02 +0000
commit68817e1a5c7f1e9e04b4978ea79fd80047d239b1 (patch)
tree231108bc4f19b50256d5530c58c8a376456e2fc7 /src/input/frontend/qphysicaldevicecreatedchange.cpp
parent7b037787471b618f6e8aa0737ee82e345086ac2c (diff)
Remove QSceneChange::SenderType
Task-number: QTBUG-51494 Change-Id: I2414bee3b9eb3bd1146fd356bb0552366e63a976 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/frontend/qphysicaldevicecreatedchange.cpp')
-rw-r--r--src/input/frontend/qphysicaldevicecreatedchange.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/frontend/qphysicaldevicecreatedchange.cpp b/src/input/frontend/qphysicaldevicecreatedchange.cpp
index 39e663fff..c9692b138 100644
--- a/src/input/frontend/qphysicaldevicecreatedchange.cpp
+++ b/src/input/frontend/qphysicaldevicecreatedchange.cpp
@@ -51,8 +51,8 @@ QPhysicalDeviceCreatedChangeBasePrivate::QPhysicalDeviceCreatedChangeBasePrivate
}
-QPhysicalDeviceCreatedChangeBase::QPhysicalDeviceCreatedChangeBase(const QAbstractPhysicalDevice *device, Priority priority)
- : Qt3DCore::QNodeCreatedChangeBase(*new QPhysicalDeviceCreatedChangeBasePrivate(device), device, priority)
+QPhysicalDeviceCreatedChangeBase::QPhysicalDeviceCreatedChangeBase(const QAbstractPhysicalDevice *device)
+ : Qt3DCore::QNodeCreatedChangeBase(*new QPhysicalDeviceCreatedChangeBasePrivate(device), device)
{
}