7 lines
182 B
C++
7 lines
182 B
C++
|
#include "brresultdetailsunknown.h"
|
||
|
|
||
|
BRResultDetailsUnknown::BRResultDetailsUnknown(QString score) : BRResultDetails(BRResultDetails::UnknownResultType)
|
||
|
{
|
||
|
this->score = score;
|
||
|
}
|