#ifndef FULLQUERY_H #define FULLQUERY_H #include #include #include #include QString fullQuery(const QSqlQuery& query); #endif