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
85ecca45
Commit
85ecca45
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update autosql.h
parent
13348558
Pipeline
#79645
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/autosql.h
View file @
85ecca45
...
...
@@ -39,7 +39,7 @@ class Database {
void
initEnsEtat
(
Automate
&
a
)
const
;
void
saveAutomaton
(
const
Automate
&
a
)
const
;
void
saveFunction
(
const
QString
&
name
,
const
Fonction
&
f
)
const
;
void
saveVoisinage
(
const
QString
&
name
,
const
RegleVoisinage
&
r
)
const
;
void
saveVoisinage
(
const
QString
&
name
,
RegleVoisinage
&
r
)
const
;
void
saveEnsemble
(
Automate
&
a
)
const
;
void
initSingletonAutomate
(
const
QString
&
modele
)
const
;
};
...
...
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