forked from qt-creator/qt-creator
QmlDesigner: Modernize
modernize-use-using Change-Id: Ia8eef3d97db7b99ec813a030e1f39ee492d6cf9a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -33,8 +33,8 @@ namespace Internal {
|
||||
class QmlTransitionNodeInstance : public ObjectNodeInstance
|
||||
{
|
||||
public:
|
||||
typedef QSharedPointer<QmlTransitionNodeInstance> Pointer;
|
||||
typedef QWeakPointer<QmlTransitionNodeInstance> WeakPointer;
|
||||
using Pointer = QSharedPointer<QmlTransitionNodeInstance>;
|
||||
using WeakPointer = QWeakPointer<QmlTransitionNodeInstance>;
|
||||
|
||||
static Pointer create(QObject *objectToBeWrapped);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user