Skip to content

Commit 1b4a43b

Browse files
author
jef
committed
fix runtime warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@15275 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8c1c2ad commit 1b4a43b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/symbology-ng/qgssymbolv2selectordialog.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ QgsSymbolV2SelectorDialog::QgsSymbolV2SelectorDialog( QgsSymbolV2* symbol, QgsSt
3636
}
3737

3838
connect( btnSymbolProperties, SIGNAL( clicked() ), this, SLOT( changeSymbolProperties() ) );
39-
connect( lblPreview, SIGNAL( clicked() ), this, SLOT( changeSymbolProperties() ) );
4039
connect( btnStyleManager, SIGNAL( clicked() ), SLOT( openStyleManager() ) );
4140

4241
QStandardItemModel* model = new QStandardItemModel( viewSymbols );

0 commit comments

Comments
 (0)