Fixing the clock and adding new signals

This commit is contained in:
Bernardo Magri
2025-03-08 10:17:26 +00:00
parent 052690fede
commit 751e12f495
3 changed files with 47 additions and 41 deletions

View File

@@ -31,7 +31,6 @@ void MineField::initBombs(int x, int y) {
}
bool MineField::openCell(int x, int y) {
if(isBomb(x, y)) {
m_exploded = true;
gameOverSignal.emit();