QxOrm
1.5.0
C++ Object Relational Mapping library
|
Provide a Qt QDataStream serialization method (save/load) for type QSqlError. More...
#include <QtCore/qdatastream.h>
#include <QtSql/qsqlerror.h>
Go to the source code of this file.
Functions | |
QX_DLL_EXPORT QDataStream & | operator<< (QDataStream &stream, const QSqlError &t) QX_USED |
QX_DLL_EXPORT QDataStream & | operator>> (QDataStream &stream, QSqlError &t) QX_USED |
Provide a Qt QDataStream serialization method (save/load) for type QSqlError.
Definition in file QxSerializeQDataStream_QSqlError.h.
QX_DLL_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
const QSqlError & | t | ||
) |
QX_DLL_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
QSqlError & | t | ||
) |