mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: add missing 'case' to a 'switch'
This commit is contained in:
@ -259,6 +259,8 @@ void YACReaderNavigationController::loadIndexFromHistory(const YACReaderLibraryS
|
||||
loadListInfo(sourceMI);
|
||||
break;
|
||||
}
|
||||
case YACReaderLibrarySourceContainer::None:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user