pgLab/pglab/sqlparser.h
Eelke Klein 04723a289b Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
2017-08-23 08:10:01 +02:00

11 lines
No EOL
107 B
C++

#ifndef SQLPARSER_H
#define SQLPARSER_H
class SqlParser
{
public:
SqlParser();
};
#endif // SQLPARSER_H