#include <QtSql/qsql.h> #ifndef QSQL_H namespace QSql{ enum Location{ BeforeFirstRow = -1, AfterLastRow = -2, }; }; #endif // QSQL_H