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