QmlDesigner: Remove stupid code

Change-Id: Ie56c5e26a7ec077b794a4993679ab80a716740ce
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2013-04-15 15:53:19 +02:00
parent 2b698e31ed
commit ea8c98c2d8
4 changed files with 0 additions and 4 deletions

View File

@@ -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,

View File

@@ -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:

View File

@@ -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,

View File

@@ -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: