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
a389a214
Verified
Commit
a389a214
authored
Jun 09, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
initialize instance
parent
7fe9ae3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
a389a214
...
...
@@ -34,6 +34,8 @@ extern EnsembleEtat& enseEtats;
using
namespace
std
;
std
::
unique_ptr
<
AutoCell
>
AutoCell
::
instance
=
nullptr
;
AutoCell
::
AutoCell
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
this
->
setWindowTitle
(
"Automate cellulaire"
);
...
...
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