forked from qt-creator/qt-creator
QmlDesigner: Remove stupid code
Change-Id: Ie56c5e26a7ec077b794a4993679ab80a716740ce Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -57,7 +57,6 @@ public:
|
|||||||
QVariant property(const PropertyName &name) const Q_DECL_OVERRIDE;
|
QVariant property(const PropertyName &name) const Q_DECL_OVERRIDE;
|
||||||
void resetProperty(const PropertyName &name) Q_DECL_OVERRIDE;
|
void resetProperty(const PropertyName &name) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
using ObjectNodeInstance::reparent; // keep the virtual reparent(...) method around
|
|
||||||
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance,
|
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance,
|
||||||
const PropertyName &oldParentProperty,
|
const PropertyName &oldParentProperty,
|
||||||
const ObjectNodeInstance::Pointer &newParentInstance,
|
const ObjectNodeInstance::Pointer &newParentInstance,
|
||||||
|
@@ -59,7 +59,6 @@ public:
|
|||||||
virtual QVariant property(const PropertyName &name) const Q_DECL_OVERRIDE;
|
virtual QVariant property(const PropertyName &name) const Q_DECL_OVERRIDE;
|
||||||
virtual void resetProperty(const PropertyName &name) Q_DECL_OVERRIDE;
|
virtual void resetProperty(const PropertyName &name) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
using ObjectNodeInstance::reparent; // keep the virtual reparent(...) method around
|
|
||||||
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const PropertyName &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const PropertyName &newParentProperty) Q_DECL_OVERRIDE;
|
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const PropertyName &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const PropertyName &newParentProperty) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@@ -58,7 +58,6 @@ public:
|
|||||||
virtual QVariant property(const PropertyName &name) const;
|
virtual QVariant property(const PropertyName &name) const;
|
||||||
virtual void resetProperty(const PropertyName &name);
|
virtual void resetProperty(const PropertyName &name);
|
||||||
|
|
||||||
using ObjectNodeInstance::reparent; // keep the virtual reparent(...) method around
|
|
||||||
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance,
|
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance,
|
||||||
const PropertyName &oldParentProperty,
|
const PropertyName &oldParentProperty,
|
||||||
const ObjectNodeInstance::Pointer &newParentInstance,
|
const ObjectNodeInstance::Pointer &newParentInstance,
|
||||||
|
@@ -60,7 +60,6 @@ public:
|
|||||||
virtual QVariant property(const PropertyName &name) const;
|
virtual QVariant property(const PropertyName &name) const;
|
||||||
virtual void resetProperty(const PropertyName &name);
|
virtual void resetProperty(const PropertyName &name);
|
||||||
|
|
||||||
using ObjectNodeInstance::reparent; // keep the virtual reparent(...) method around
|
|
||||||
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const PropertyName &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const PropertyName &newParentProperty);
|
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const PropertyName &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const PropertyName &newParentProperty);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user