Remove RegExp for "Add Effect" dialog

Closes #2495
This commit is contained in:
Tres Finocchiaro
2015-12-28 21:09:51 -05:00
parent 3865ed99df
commit a9c9fbfbc2

View File

@@ -97,7 +97,7 @@ EffectSelectDialog::EffectSelectDialog( QWidget * _parent ) :
m_model.setFilterCaseSensitivity( Qt::CaseInsensitive );
connect( ui->filterEdit, SIGNAL( textChanged( const QString & ) ),
&m_model, SLOT( setFilterRegExp( const QString & ) ) );
&m_model, SLOT( setFilterFixedString( const QString & ) ) );
connect( ui->filterEdit, SIGNAL( textChanged( const QString & ) ),
this, SLOT( updateSelection() ) );