Add missing include mocs

This commit is contained in:
Laurent Montel 2025-04-03 07:34:17 +02:00
parent a182478e2c
commit 6f588c6fd3
2 changed files with 3 additions and 0 deletions

View File

@ -2557,3 +2557,5 @@ QImageIOHandler *QDDSPlugin::create(QIODevice *device, const QByteArray &format)
handler->setFormat(format);
return handler;
}
#include "moc_dds_p.cpp"

View File

@ -457,3 +457,4 @@ QImageIOHandler *ScitexPlugin::create(QIODevice *device, const QByteArray &forma
return handler;
}
#include "moc_sct_p.cpp"