Skip to content
Snippets Groups Projects
Commit f9729c00 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

Set objectName of EffectsListView


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent 0394b138
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ EffectsListView::EffectsListView( QWidget *parent ) :
connect( this, SIGNAL( activated( QModelIndex ) ),
this, SLOT( effectActivated( QModelIndex ) ) );
setEditTriggers( QAbstractItemView::NoEditTriggers );
setObjectName( QStringLiteral( "Effects List" ) );
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment