Sql server and sqlite support
This commit is contained in:
parent
84fa41942a
commit
2988d5ec59
|
|
@ -0,0 +1,6 @@
|
|||
#include "sqlservergenerator.h"
|
||||
|
||||
SqlServerGenerator::SqlServerGenerator()
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef SQLSERVERGENERATOR_H
|
||||
#define SQLSERVERGENERATOR_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
class SqlServerGenerator
|
||||
{
|
||||
public:
|
||||
SqlServerGenerator();
|
||||
};
|
||||
|
||||
#endif // SQLSERVERGENERATOR_H
|
||||
Loading…
Reference in New Issue