moc icludes added

This commit is contained in:
Uwe Rathmann 2023-01-06 18:00:08 +01:00
parent a5ab93bba8
commit f0d96ebfaa
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -103,3 +103,5 @@ QSGNode* StorageBarSkinlet::updateSubNode(
return Inherited::updateSubNode( skinnable, nodeRole, node ); return Inherited::updateSubNode( skinnable, nodeRole, node );
} }
} }
#include "moc_StorageBarSkinlet.cpp"