mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Library: add missing 'default' to non-exhaustive 'switch'
This commit is contained in:
@ -174,6 +174,8 @@ bool ComicModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int
|
|||||||
case ReadingList:
|
case ReadingList:
|
||||||
DBHelper::reasignOrderToComicsInReadingList(sourceId,allComicIds,db);
|
DBHelper::reasignOrderToComicsInReadingList(sourceId,allComicIds,db);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSqlDatabase::removeDatabase(db.connectionName());
|
QSqlDatabase::removeDatabase(db.connectionName());
|
||||||
|
Reference in New Issue
Block a user