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
26870f37
Commit
26870f37
authored
Jun 12, 2021
by
Victor Blanchet
Browse files
method correction changeDelai
parent
51a0af44
Pipeline
#79734
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/autocell.h
View file @
26870f37
...
...
@@ -132,7 +132,7 @@ class AutoCell : public QWidget
/// Initialiser un automate par son nom
void
initAutomate
(
const
QString
&
name
);
/// Changer le délai de l'automate
void
changeDelai
(
int
i
);
void
changeDelai
();
/// Aller en arrière dans la simulation
void
previous
();
/// Aller en avant dans la simulation
...
...
Write
Preview
Markdown
is supported
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