From db2d0c21c48698d336ac6e60c42cc2533648b51d Mon Sep 17 00:00:00 2001 From: Steru Date: Thu, 15 Aug 2024 21:00:18 +0200 Subject: Added pragma once to headers and notify to Q Params. --- src/model/Sport.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/model/Sport.h') diff --git a/src/model/Sport.h b/src/model/Sport.h index 2ca83a3..c5d1c66 100644 --- a/src/model/Sport.h +++ b/src/model/Sport.h @@ -1,5 +1,4 @@ -#ifndef ITAT_CHALLANGE_OLYMPICS_SPORT_H -#define ITAT_CHALLANGE_OLYMPICS_SPORT_H +#pragma once #include "MedalWinner.h" #include "CompetitorWithResults.h" @@ -126,5 +125,3 @@ private: float calcRelativeStat(QString ref, QString val); }; - -#endif -- cgit v1.2.3