moc icludes added
This commit is contained in:
parent
a5ab93bba8
commit
f0d96ebfaa
|
@ -116,3 +116,5 @@ qreal StorageBar::free() const
|
||||||
{
|
{
|
||||||
return 1.0 - m_pictures - m_music - m_videos - m_documents - m_others;
|
return 1.0 - m_pictures - m_music - m_videos - m_documents - m_others;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_StorageBar.cpp"
|
||||||
|
|
|
@ -103,3 +103,5 @@ QSGNode* StorageBarSkinlet::updateSubNode(
|
||||||
return Inherited::updateSubNode( skinnable, nodeRole, node );
|
return Inherited::updateSubNode( skinnable, nodeRole, node );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_StorageBarSkinlet.cpp"
|
||||||
|
|
Loading…
Reference in New Issue