mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -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:
|
case 5:
|
||||||
flowType = Custom;
|
flowType = Custom;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
flowType = CoverFlowLike;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user