forked from qt-creator/qt-creator
QmlPuppet: Remove private dependencies from QmlTransitionNodeInstance
Change-Id: I8a5144947469a3c7f368fa6b18781c0d07b4d850 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
d38b1c21a2
commit
43d716bb5a
@@ -33,10 +33,6 @@
|
||||
|
||||
#include "objectnodeinstance.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QQuickTransition;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmlDesigner {
|
||||
namespace Internal {
|
||||
|
||||
@@ -52,11 +48,8 @@ public:
|
||||
|
||||
PropertyNameList ignoredProperties() const Q_DECL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
QQuickTransition *qmlTransition() const;
|
||||
|
||||
private:
|
||||
QmlTransitionNodeInstance(QQuickTransition *transition);
|
||||
QmlTransitionNodeInstance(QObject *transition);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user