added missing getter function
This commit is contained in:
parent
257aa4ebf3
commit
f7629352dd
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ double ScStwTimer::getReactionTime() {
|
||||||
return this->reactionTime;
|
return this->reactionTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QString ScStwTimer::getLetter() {
|
||||||
|
return this->letter;
|
||||||
|
}
|
||||||
|
|
||||||
QString ScStwTimer::getText() {
|
QString ScStwTimer::getText() {
|
||||||
//qDebug() << this->getState();
|
//qDebug() << this->getState();
|
||||||
QString newText;
|
QString newText;
|
||||||
|
|
Reference in a new issue