diff --git a/YACReaderLibrary/db/comic_model.cpp b/YACReaderLibrary/db/comic_model.cpp index f73309c1..4a938cc5 100644 --- a/YACReaderLibrary/db/comic_model.cpp +++ b/YACReaderLibrary/db/comic_model.cpp @@ -174,6 +174,8 @@ bool ComicModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int case ReadingList: DBHelper::reasignOrderToComicsInReadingList(sourceId,allComicIds,db); break; + default: + break; } QSqlDatabase::removeDatabase(db.connectionName());