Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove warning about not explicitly initializing base class.
Change-Id: I786f2936a4e6c813a041950a550f06951f06bada
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
Andrew den Exter authored and Qt by Nokia committed Mar 20, 2012
1 parent d59f868 commit 47e0817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quick/items/qquickvisualadaptormodel.cpp
Expand Up @@ -65,7 +65,8 @@ class VDMDelegateDataType : public QQmlRefCount
}

VDMDelegateDataType(const VDMDelegateDataType &type)
: metaObject(0)
: QQmlRefCount()
, metaObject(0)
, propertyCache(0)
, propertyOffset(type.propertyOffset)
, signalOffset(type.signalOffset)
Expand Down

0 comments on commit 47e0817

Please sign in to comment.