mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
cases missing in 'switch' in PictureFlow
This commit is contained in:
@ -1017,6 +1017,8 @@ PictureFlow::PictureFlow(QWidget* parent,FlowType flowType): QWidget(parent)
|
||||
case StripOverlapped:
|
||||
d->state = new PictureFlowState(0,0);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
framesSkip = 0;
|
||||
|
Reference in New Issue
Block a user