summaryrefslogtreecommitdiff
path: root/src/model/Sport.h
diff options
context:
space:
mode:
authorSteru <jerrydream111@gmail.com>2024-08-15 21:00:18 +0200
committerSteru <jerrydream111@gmail.com>2024-08-16 23:53:31 +0200
commit4f12d941f949bb8b8c1d043ac34772c5c80f1b89 (patch)
treeeb79167751025bbfc9136c6507dac08fe764641b /src/model/Sport.h
parent492a726497785e8072e76a415dbbfdbd498e1b92 (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