Sql server and sqlite support

This commit is contained in:
Hamed Masafi 2016-05-16 12:12:38 +04:30
parent 84fa41942a
commit 2988d5ec59
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "sqlservergenerator.h"
SqlServerGenerator::SqlServerGenerator()
{
}

12
src/sqlservergenerator.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef SQLSERVERGENERATOR_H
#define SQLSERVERGENERATOR_H
#include <QtCore/qglobal.h>
class SqlServerGenerator
{
public:
SqlServerGenerator();
};
#endif // SQLSERVERGENERATOR_H