Skip to content

Commit 4e15631

Browse files
author
jef
committed
fix typo spotted by macho
git-svn-id: http://svn.osgeo.org/qgis/trunk@14879 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d143849 commit 4e15631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,11 @@ QgsRendererRulePropsDialog::QgsRendererRulePropsDialog( const QgsRuleBasedRender
316316
l->addWidget( symbolSel );
317317
groupSymbol->setLayout( l );
318318

319-
connect( btnExpressionBuilder, SIGNAL( clicked() ), this, SLOT( buildExpreesion() ) );
319+
connect( btnExpressionBuilder, SIGNAL( clicked() ), this, SLOT( buildExpression() ) );
320320
connect( btnTestFilter, SIGNAL( clicked() ), this, SLOT( testFilter() ) );
321321
}
322322

323-
void QgsRendererRulePropsDialog::buildExpreesion()
323+
void QgsRendererRulePropsDialog::buildExpression()
324324
{
325325
QgsSearchQueryBuilder dlg( mLayer, this );
326326
dlg.setSearchString( editFilter->text() );

src/gui/symbology-ng/qgsrulebasedrendererv2widget.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class GUI_EXPORT QgsRendererRulePropsDialog : public QDialog, private Ui::QgsRen
110110

111111
public slots:
112112
void testFilter();
113-
void buildExpreesion();
113+
void buildExpression();
114114

115115
protected:
116116
QgsRuleBasedRendererV2::Rule mRule;

0 commit comments

Comments
 (0)