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
61b48e0a
Commit
61b48e0a
authored
Jun 11, 2021
by
Leon Do Castelo
Browse files
Update autocell.cpp
parent
1966022e
Pipeline
#79658
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
61b48e0a
...
...
@@ -59,7 +59,6 @@ AutoCell::AutoCell(QWidget* parent):QWidget(parent)
button_add_model
->
setFixedWidth
(
140
);
connect
(
button_add_model
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
defNouveauModele
()));
connect
(
button_add_model
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
reinitialiserAutomate
()));
liste
=
new
QComboBox
(
win_model_choice
);
liste
->
setPlaceholderText
(
"--- select ---"
);
...
...
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