1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

* Be safer.

This commit is contained in:
Christian Muehlhaeuser 2011-08-29 16:07:57 +02:00
parent cf25f3c072
commit e44a78ba8d

View File

@ -26,6 +26,7 @@ DatabaseCommand_loadOps::exec( DatabaseImpl* dbi )
{
QList< dbop_ptr > ops;
if ( !m_since.isEmpty() )
{
TomahawkSqlQuery query = dbi->newquery();
query.prepare( QString( "SELECT id FROM oplog WHERE guid = ?" ) );