QtSql: #include mocs

Change-Id: I50e2158aeade4256ad1dfffd17b1f286a9001ae8
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit f3832b63ded4fc0223f6da7c3e5878dbc4764308)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2024-02-08 09:13:13 -08:00 committed by Qt Cherry-pick Bot
parent a75d39a986
commit 7b7dbc459d
3 changed files with 6 additions and 0 deletions

View File

@ -1353,3 +1353,5 @@ QDebug operator<<(QDebug dbg, const QSqlDatabase &d)
#endif #endif
QT_END_NAMESPACE QT_END_NAMESPACE
#include "moc_qsqldatabase.cpp"

View File

@ -182,3 +182,5 @@ void QSqlIndex::setCursorName(const QString& cursorName)
} }
QT_END_NAMESPACE QT_END_NAMESPACE
#include "moc_qsqlindex.cpp"

View File

@ -1362,3 +1362,5 @@ bool QSqlQuery::nextResult()
} }
QT_END_NAMESPACE QT_END_NAMESPACE
#include "moc_qsqlquery.cpp"