Skip to content
GitLab
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
e4ccb94a
Commit
e4ccb94a
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update parametragemodele.cpp
parent
71e7c6b9
Pipeline
#79679
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/parametragemodele.cpp
View file @
e4ccb94a
...
@@ -426,6 +426,8 @@ void NouveauModele::validerParametrage(){
...
@@ -426,6 +426,8 @@ void NouveauModele::validerParametrage(){
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
Automate
::
getInstance
().
setDesc
(
description
->
text
().
toStdString
());
Automate
::
getInstance
().
setYear
(
annee
->
text
().
toInt
());
Automate
::
getInstance
().
setYear
(
annee
->
text
().
toInt
());
Fonction
*
automateFonction
=
new
Fonction
(
Automate
::
getInstance
().
getEnsemble
().
getEtat
(
etat_default
->
value
()));
/*
/*
Automate::getInstance().setTitle(nom_automate->value().toStdString());
Automate::getInstance().setTitle(nom_automate->value().toStdString());
Automate::getInstance().setAuthor(auteur->value().toStdString());
Automate::getInstance().setAuthor(auteur->value().toStdString());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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