Fix warning

This commit is contained in:
Nyall Dawson 2025-08-12 14:10:26 +10:00
parent b41544b4d2
commit 95aa8c9590

View File

@ -317,7 +317,7 @@ QgsMasterLayoutInterface *QgsProjectStoredObjectManagerModel<QgsMasterLayoutInte
return nullptr;
}
template class QgsProjectStoredObjectManagerModel<QgsMasterLayoutInterface>;
template class QgsProjectStoredObjectManagerModel<QgsMasterLayoutInterface>; // clazy:exclude=missing-qobject-macro
///@endcond