Fixed QSqlDatabase warnings

This commit is contained in:
Patrick Linstruth
2018-10-08 22:03:56 -07:00
parent bec85018a3
commit 74739cad2e
6 changed files with 147 additions and 122 deletions

View File

@@ -34,7 +34,6 @@ class Db
unsigned schema();
private:
QSqlDatabase db;
unsigned db_schema;
};