mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Options dialog: Add default case to FlowType switch case to prevent undefined behaviour (just in case)
This commit is contained in:
parent
1ccb40624c
commit
f7e2547531
@ -275,6 +275,8 @@ void YACReaderOptionsDialog::restoreOptions(QSettings * settings)
|
||||
case 5:
|
||||
flowType = Custom;
|
||||
break;
|
||||
default:
|
||||
flowType = CoverFlowLike;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user