app/sources/competition/result/brresultdetailsunknown.cpp
Dorian Zedler 85c8760bed
- moved some stuff
- results work now (still basic)
2020-11-15 14:48:12 +01:00

7 lines
182 B
C++

#include "brresultdetailsunknown.h"
BRResultDetailsUnknown::BRResultDetailsUnknown(QString score) : BRResultDetails(BRResultDetails::UnknownResultType)
{
this->score = score;
}