Przeglądaj źródła

UI: Mark YouTube window showEvent as override

gxalpha 3 lat temu
rodzic
commit
efd26b25ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      UI/window-youtube-actions.hpp

+ 1 - 1
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,