#include <QtSql/qsql.h> #ifndef QSQL_H namespace QSql{ enum ParamTypeFlag{ In = 1, Out = 2, InOut = 3, Binary = 4, }; }; #endif // QSQL_H