Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
5c17e9b9
Commit
5c17e9b9
authored
Oct 26, 2010
by
Hugo Beauzée-Luyssen
Browse files
EffectsListView: Disable editing
parent
ce992c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Gui/effectsengine/EffectsListView.cpp
View file @
5c17e9b9
...
...
@@ -43,6 +43,7 @@ EffectsListView::EffectsListView( QWidget *parent ) :
setModel
(
m_model
);
connect
(
this
,
SIGNAL
(
activated
(
QModelIndex
)
),
this
,
SLOT
(
effectActivated
(
QModelIndex
)
)
);
setEditTriggers
(
QAbstractItemView
::
NoEditTriggers
);
}
void
...
...
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