QtSql: #include mocs
Pick-to: 6.7 Change-Id: I50e2158aeade4256ad1dfffd17b1f286a9001ae8 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
f221ac04c5
commit
f3832b63de
|
|
@ -1350,3 +1350,5 @@ QDebug operator<<(QDebug dbg, const QSqlDatabase &d)
|
|||
#endif
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsqldatabase.cpp"
|
||||
|
|
|
|||
|
|
@ -186,3 +186,5 @@ void QSqlIndex::setCursorName(const QString& cursorName)
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsqlindex.cpp"
|
||||
|
|
|
|||
|
|
@ -1384,3 +1384,5 @@ bool QSqlQuery::nextResult()
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsqlquery.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue