Restructured locations of source.

This commit is contained in:
Eelke Klein 2017-08-27 07:34:42 +02:00
parent 78a4c6d730
commit 7c4e8e95e8
151 changed files with 1 additions and 0 deletions

17
src/pglab/PgNamespace.h Normal file
View file

@ -0,0 +1,17 @@
#ifndef PGNAMESPACE_H
#define PGNAMESPACE_H
#include <QString>
#include <libpq-fe.h>
class PgNamespace
{
public:
PgNamespace();
QString name;
Oid owner = InvalidOid;
QString acl;
};
#endif // PGNAMESPACE_H