Simplify code

This commit is contained in:
Martin Kleusberg
2017-01-20 22:01:14 +01:00
parent 6684fc2159
commit cc4084fd83
2 changed files with 36 additions and 33 deletions

View File

@@ -121,6 +121,8 @@ public:
bool loadExtension(const QString& filename);
QVector<QPair<QString, QString>> queryColumnInformation(const QString& object_name);
sqlite3 * _db;
objectMap objMap;