diff --git a/src/nut/core/database.h b/src/nut/core/database.h index 9b3ac31..4e9cadb 100644 --- a/src/nut/core/database.h +++ b/src/nut/core/database.h @@ -48,6 +48,7 @@ public: explicit Database(QObject *parent = nullptr); explicit Database(const Database &other); explicit Database(const QSqlDatabase &other); + explicit Database(Database &&other); ~Database(); bool open();