summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyvalueaddedchangebase.h
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/core/changes/qpropertyvalueaddedchangebase.h
parent7b037787471b618f6e8aa0737ee82e345086ac2c (diff)
Remove QSceneChange::SenderType
Task-number: QTBUG-51494 Change-Id: I2414bee3b9eb3bd1146fd356bb0552366e63a976 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/changes/qpropertyvalueaddedchangebase.h')
-rw-r--r--src/core/changes/qpropertyvalueaddedchangebase.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/changes/qpropertyvalueaddedchangebase.h b/src/core/changes/qpropertyvalueaddedchangebase.h
index 7b2f716c4..29ea2ff71 100644
--- a/src/core/changes/qpropertyvalueaddedchangebase.h
+++ b/src/core/changes/qpropertyvalueaddedchangebase.h
@@ -52,9 +52,8 @@ class QPropertyValueAddedChangeBasePrivate;
class QPropertyValueAddedChangeBase : public QSceneChange
{
protected:
- explicit QPropertyValueAddedChangeBase(SenderType senderType, QNodeId subjectId, Priority priority = Standard);
- QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd,
- SenderType senderType, QNodeId subjectId, Priority priority = Standard);
+ explicit QPropertyValueAddedChangeBase(QNodeId subjectId);
+ QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd, QNodeId subjectId);
Q_DECLARE_PRIVATE(QPropertyValueAddedChangeBase)
};