12 lines
183 B
C
12 lines
183 B
C
|
|
#ifndef SQLSERVERGENERATOR_H
|
||
|
|
#define SQLSERVERGENERATOR_H
|
||
|
|
|
||
|
|
#include <QtCore/qglobal.h>
|
||
|
|
|
||
|
|
class SqlServerGenerator
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
SqlServerGenerator();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // SQLSERVERGENERATOR_H
|