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
Multimedia
Kdenlive
Commits
42d2c432
Commit
42d2c432
authored
Sep 30, 2020
by
Jean-Baptiste Mardelle
Browse files
Remove deprecated line
parent
9c40769b
Pipeline
#35991
failed with stage
in 61 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/effects/effectstack/view/collapsibleeffectview.cpp
View file @
42d2c432
...
...
@@ -422,7 +422,6 @@ void CollapsibleEffectView::slotEffectDown()
void
CollapsibleEffectView
::
slotSaveEffect
()
{
//QString name = QInputDialog::getText(this, i18n("Save Effect"), i18n("Name for saved effect: "));
QDialog
dialog
(
this
);
QFormLayout
form
(
&
dialog
);
QLineEdit
*
effectName
=
new
QLineEdit
(
&
dialog
);
...
...
Write
Preview
Markdown
is supported
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