From 052e7ffba004b2e2083ca0ddbe47130ec7649344 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:07:34 +0200 Subject: [PATCH] Add override annotation --- YACReader/goto_flow_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReader/goto_flow_gl.h b/YACReader/goto_flow_gl.h index e5d07a5c..34ede703 100644 --- a/YACReader/goto_flow_gl.h +++ b/YACReader/goto_flow_gl.h @@ -24,7 +24,7 @@ public: void setNumSlides(unsigned int slides) override; void setImageReady(int index, const QByteArray &image) override; - void updateConfig(QSettings *settings); + void updateConfig(QSettings *settings) override; void setFlowRightToLeft(bool b) override; private: