diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-15 21:00:18 +0200 |
---|---|---|
committer | Steru <jerrydream111@gmail.com> | 2024-08-16 15:59:17 +0200 |
commit | b49c066bd5ef8d543a842249881b57eb771ffc94 (patch) | |
tree | 6f82da3101ac56c352b655927eb1b3bd93585b88 /src/model/Sport.h | |
parent | c527aec94dafdf8c05cc9c0e822681a748790518 (diff) |
Added pragma once to headers and notify to Q Params.
Diffstat (limited to 'src/model/Sport.h')
-rw-r--r-- | src/model/Sport.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/model/Sport.h b/src/model/Sport.h index 7b2f3b0..227d75c 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" @@ -123,5 +122,3 @@ private: float calcRelativeStat(QString ref, QString val); }; - -#endif |