1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

* Disable shutdown db analyze again.

This commit is contained in:
Christian Muehlhaeuser 2012-05-23 17:08:29 +02:00
parent ab602b2072
commit 7af615dbf8

View File

@ -96,7 +96,8 @@ DatabaseImpl::DatabaseImpl( const QString& dbname, Database* parent )
DatabaseImpl::~DatabaseImpl()
{
delete m_fuzzyIndex;
/*
#ifdef TOMAHAWK_QUERY_ANALYZE
TomahawkSqlQuery q = newquery();
@ -108,6 +109,7 @@ DatabaseImpl::~DatabaseImpl()
}
#endif
*/
}