Changing the clocklabel to work with the timerThread signal

* src/minefield.hpp:
This commit is contained in:
Bernardo Magri
2025-03-10 18:55:45 +00:00
parent efc523c0c9
commit 8afb29b680
4 changed files with 20 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ class MainWindow : public Gtk::Window
void updateCell(int x, int y);
void openBombs();
void updateFlagsLabel(int flags);
bool updateClockLabel();
void updateClockLabel(size_t time);
void gameWon();
void gameOver();
sigc::connection clockSignalConn;