From f7629352dd8a1cca8a3f874ed5a2723bd58f0c99 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 13 Jun 2020 12:42:55 +0200 Subject: [PATCH] added missing getter function --- ScStwLibraries/sources/scstwtimer.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ScStwLibraries/sources/scstwtimer.cpp b/ScStwLibraries/sources/scstwtimer.cpp index 61cfbe8..d9b0efc 100644 --- a/ScStwLibraries/sources/scstwtimer.cpp +++ b/ScStwLibraries/sources/scstwtimer.cpp @@ -220,6 +220,10 @@ double ScStwTimer::getReactionTime() { return this->reactionTime; } +QString ScStwTimer::getLetter() { + return this->letter; +} + QString ScStwTimer::getText() { //qDebug() << this->getState(); QString newText;