(55f46569f3e9688c2a07973923bfda68aa2b0c3e)
#include "qsqldatabase.h"
#include "qsqlquery.h"
#include "qloggingcategory.h"
#include "qcoreapplication.h"
#include "qreadwritelock.h"
#include "qsqldriver.h"
#include "qsqldriver_p.h"
#include "qsqldriverplugin.h"
#include "qsqlindex.h"
#include "QtCore/qapplicationstatic.h"
#include "private/qfactoryloader_p.h"
#include "private/qsqlnulldriver_p.h"
#include "qhash.h"
#include "qthread.h"
#include "moc_qsqldatabase.cpp"
Go to the source code of this file.
◆ CHECK_QCOREAPPLICATION
#define CHECK_QCOREAPPLICATION |
Value:
qCWarning(lcSqlDb, "QSqlDatabase requires a QCoreApplication"); \
return; \
}
static bool instanceExists() noexcept
Definition at line 26 of file qsqldatabase.cpp.
◆ CHECK_QCOREAPPLICATION_RETVAL
#define CHECK_QCOREAPPLICATION_RETVAL |
Value:
qCWarning(lcSqlDb, "QSqlDatabase requires a QCoreApplication"); \
return {}; \
}
Definition at line 31 of file qsqldatabase.cpp.
◆ operator<<()
◆ Q_GLOBAL_STATIC_WITH_ARGS()