SQL plugins: add moc includes
Change-Id: I9ed4b63fd02b4a6fc5f4b614466590cd099609e2 Reviewed-by: Andy Shaw <andy.shaw@qt.io>bb10
parent
e25b0d8f27
commit
a0776ae547
|
|
@ -1706,3 +1706,5 @@ QString QDB2Driver::escapeIdentifier(const QString &identifier, IdentifierType)
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsql_db2_p.cpp"
|
||||
|
|
|
|||
|
|
@ -1971,3 +1971,5 @@ int QIBaseDriver::maximumIdentifierLength(IdentifierType type) const
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsql_ibase_p.cpp"
|
||||
|
|
|
|||
|
|
@ -1596,3 +1596,5 @@ void QMimerSQLDriverPrivate::splitTableQualifier(const QString &qualifiedName, Q
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsql_mimer.cpp"
|
||||
|
|
|
|||
|
|
@ -2760,3 +2760,5 @@ int QOCIDriver::maximumIdentifierLength(IdentifierType type) const
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsql_oci_p.cpp"
|
||||
|
|
|
|||
|
|
@ -1643,3 +1643,5 @@ void QPSQLDriver::_q_handleNotification()
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qsql_psql_p.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue