Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
7198f1c0
Verified
Commit
7198f1c0
authored
Jun 11, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Install auto timer
parent
1aed061d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
7198f1c0
...
...
@@ -369,11 +369,11 @@ void AutoCell::chargerGrilles(){
void
AutoCell
::
gererSimulation
(){
if
(
button_run
->
text
()
==
"RUN"
){
button_run
->
setText
(
"STOP"
);
//
Automate::getInstance().start();
Automate
::
getInstance
().
start
();
}
else
{
button_run
->
setText
(
"RUN"
);
//
Automate::getInstance().pause();
Automate
::
getInstance
().
pause
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment