Ver código fonte

add missing override to an older method now that I added override to the destructor

Mircea TheHonestCTO 1 mês atrás
pai
commit
f245e4f76b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      launcher/firstLaunch/firstlaunch_moc.h

+ 1 - 1
launcher/firstLaunch/firstlaunch_moc.h

@@ -21,7 +21,7 @@ class FirstLaunchView : public QWidget
 {
 	Q_OBJECT
 
-	void changeEvent(QEvent *event);
+	void changeEvent(QEvent *event) override;
 	CModListView * getModView();
 
 	void setSetupProgress(int progress);