#include <QtSql/qsql.h>
#ifndef QSQL_H
namespace QSql{
   enum ParamTypeFlag{
      /* Some contents are skipped to improve readability */
      Binary = 4,
      /* ... */
   };
};
#endif // QSQL_H