mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 03:24:15 +02:00
* No need to manually clone impls anymore.
This commit is contained in:
@@ -68,7 +68,7 @@ DatabaseWorker::~DatabaseWorker()
|
||||
void
|
||||
DatabaseWorker::run()
|
||||
{
|
||||
m_dbimpl = m_db->impl()->clone();
|
||||
m_dbimpl = Database::instance()->impl();
|
||||
tDebug() << "New db connection with name:" << m_dbimpl->database().connectionName();
|
||||
exec();
|
||||
qDebug() << Q_FUNC_INFO << "DatabaseWorker finishing...";
|
||||
|
Reference in New Issue
Block a user