This commit is contained in:
Lukas Brübach 2025-07-09 14:38:17 +02:00
parent 1fbc279f9b
commit 8199a5e2dd

View file

@ -387,8 +387,6 @@ void TabGame::closeRequest(bool forced)
close(); close();
} }
void TabGame::incrementGameTime() void TabGame::incrementGameTime()
{ {
int seconds = ++secondsElapsed; int seconds = ++secondsElapsed;