unique sql database connection is created on different threads

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-07-16 23:11:53 +02:00
parent 90599e820a
commit c676b640f1
3 changed files with 15 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ public:
/// set root path
void setRootPath(const QString& rootPath);
/// define the database to work with
void setDB(const QString& dbn);
void setDatabaseName(const QString& dbn) { _dbn = dbn; };
/// set a table to work with
void setTable(const QString& table);