movable database

This commit is contained in:
Hamed Masafi 2020-08-14 17:43:28 +04:30
parent d3ac69d499
commit cfe00e73d3
1 changed files with 1 additions and 0 deletions

View File

@ -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();