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
bd851c7e
Commit
bd851c7e
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
52058af4
Pipeline
#79669
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
bd851c7e
...
@@ -429,8 +429,6 @@ void NouveauModele::addRegle(){
...
@@ -429,8 +429,6 @@ void NouveauModele::addRegle(){
void
NouveauModele
::
validerParametrage
(){
void
NouveauModele
::
validerParametrage
(){
Automate
::
getInstance
().
reinitialiserAutomate
();
Automate
::
getInstance
().
setTitle
(
nom_automate
->
text
().
toStdString
());
Automate
::
getInstance
().
setTitle
(
nom_automate
->
text
().
toStdString
());
Automate
::
getInstance
().
setAuthor
(
auteur
->
text
().
toStdString
());
Automate
::
getInstance
().
setAuthor
(
auteur
->
text
().
toStdString
());
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
...
...
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