Miscellaneous changes. Including a copy action.

This commit is contained in:
Eelke Klein 2017-02-04 11:55:49 +01:00
parent 242f5464df
commit 4a2c6cc396
19 changed files with 147 additions and 43 deletions

View file

@ -25,7 +25,7 @@ public:
const PgTypeContainer* getTypes() const { return m_types; }
private:
PgTypeContainer *m_types;
PgTypeContainer *m_types = nullptr;
};
#endif // PGSQLDATABASECATALOGUE_H