summaryrefslogtreecommitdiff
path: root/src/model/Sport.h
diff options
context:
space:
mode:
authorSteru <jerrydream111@gmail.com>2024-08-15 21:00:18 +0200
committerOrangerot <purple@orangerot.dev>2024-08-26 11:19:38 +0200
commitdb2d0c21c48698d336ac6e60c42cc2533648b51d (patch)
tree175c64996085a53025978248f3244f9eeb28c26c /src/model/Sport.h
parentdf2cd325395886868e64c4d96ba7a959ef7d204e (diff)
Added pragma once to headers and notify to Q Params.
Diffstat (limited to 'src/model/Sport.h')
-rw-r--r--src/model/Sport.h5
1 files changed, 1 insertions, 4 deletions
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