mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
More debugging
This commit is contained in:
@@ -109,7 +109,10 @@ DatabaseCommand_DeleteFiles::exec( DatabaseImpl* dbi )
|
||||
tDebug() << Q_FUNC_INFO << " binding id string: " << idstring;
|
||||
dirquery.exec();
|
||||
while ( dirquery.next() )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << " found dirquery value 0: " << dirquery.value( 0 ).toString() << " and value 1: " << dirquery.value( 1 ).toString();
|
||||
m_files << dirquery.value( 1 ).toString();
|
||||
}
|
||||
|
||||
tDebug() << Q_FUNC_INFO << " executed query was: " << dirquery.executedQuery() << ", bound value is: " << dirquery.boundValue( 0 ).toString();
|
||||
tDebug() << Q_FUNC_INFO << " files selected for delete: " << m_files;
|
||||
|
Reference in New Issue
Block a user