From efd26b25ea9f201a104dfeca4228b397e9d415e4 Mon Sep 17 00:00:00 2001 From: gxalpha Date: Thu, 2 Jun 2022 00:52:21 +0200 Subject: [PATCH] UI: Mark YouTube window showEvent as override --- UI/window-youtube-actions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/window-youtube-actions.hpp b/UI/window-youtube-actions.hpp index d062f342c..18cbf0b8a 100644 --- a/UI/window-youtube-actions.hpp +++ b/UI/window-youtube-actions.hpp @@ -40,7 +40,7 @@ signals: bool autostop, bool start_now); protected: - void showEvent(QShowEvent *event); + void showEvent(QShowEvent *event) override; void UpdateOkButtonStatus(); bool CreateEventAction(YoutubeApiWrappers *api,