mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
fixed lots of warnings
This commit is contained in:
@ -184,6 +184,8 @@ void DBHelper::removeFromDB(ComicDB * comic, QSqlDatabase & db)
|
||||
//updates
|
||||
void DBHelper::update(ComicDB * comic, QSqlDatabase & db)
|
||||
{
|
||||
Q_UNUSED(comic)
|
||||
Q_UNUSED(db)
|
||||
//do nothing
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user