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
9e30699b
Commit
9e30699b
authored
Jun 12, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
60619b21
Pipeline
#79789
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
9e30699b
...
...
@@ -211,7 +211,7 @@ void NouveauModele::modifGrille(const QModelIndex& index){
void
NouveauModele
::
changerVoisinage
(){
Fonction
*
automateFonction
=
new
Fonction
(
Automate
::
getInstance
().
getEnsemble
().
getEtat
(
etat_default
->
value
()));
Fonction
*
automateFonction
=
new
Fonction
(
Automate
::
getInstance
().
getEnsemble
().
getEtat
(
static_cast
<
unsigned
int
>
(
etat_default
->
value
()))
)
;
Automate
::
getInstance
().
setFonction
(
automateFonction
);
//delete liste_voisinage;
...
...
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