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
28bb3c82
Verified
Commit
28bb3c82
authored
Jun 08, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Forgot declaration in header file
parent
2e6aea22
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/autosql.h
View file @
28bb3c82
...
...
@@ -24,6 +24,7 @@ class Database {
std
::
vector
<
QString
>
getListeReseaux
(
const
QString
&
name
)
const
;
Reseau
&
getReseau
(
int
idReseau
)
const
;
void
stockerReseau
(
Reseau
&
reseau
,
QString
nomReseau
,
QString
nomAutomate
)
const
;
void
initEnsEtat
(
const
QString
&
name
)
const
;
};
#endif
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