From 567c00102daf70f72e66681ea993533c9f4d7572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 1 Oct 2021 20:24:43 +0200 Subject: [PATCH] Use fully qualified names --- YACReader/goto_flow_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReader/goto_flow_widget.h b/YACReader/goto_flow_widget.h index 03130fa7..1cb26d14 100644 --- a/YACReader/goto_flow_widget.h +++ b/YACReader/goto_flow_widget.h @@ -25,7 +25,7 @@ public slots: virtual void reset() = 0; virtual void centerSlide(int slide) = 0; virtual void setPageNumber(int page); - virtual void setFlowType(FlowType flowType) = 0; + virtual void setFlowType(YACReader::FlowType flowType) = 0; virtual void setNumSlides(unsigned int slides) = 0; virtual void setImageReady(int index, const QByteArray &image) = 0; virtual void updateSize();