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