Skip to content

Commit 369a81e

Browse files
author
homann
committed
Removed warning for missing signal
git-svn-id: http://svn.osgeo.org/qgis/trunk@11264 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8981827 commit 369a81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/qgssinglesymboldialog.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ QgsSingleSymbolDialog::QgsSingleSymbolDialog( QgsVectorLayer * layer, bool disab
7474
connect( lstSymbols, SIGNAL( currentItemChanged( QListWidgetItem *, QListWidgetItem * ) ),
7575
this, SLOT( symbolChanged( QListWidgetItem *, QListWidgetItem * ) ) );
7676
connect( mPointSizeSpinBox, SIGNAL( valueChanged( double ) ), this, SLOT( resendSettingsChanged() ) );
77-
connect( mPointSizeUnitsCheckBox, SIGNAL( toggled() ), this, SLOT( resendSettingsChanged() ) );
77+
connect( mPointSizeUnitsCheckBox, SIGNAL( toggled( bool ) ), this, SLOT( resendSettingsChanged() ) );
7878
connect( mRotationClassificationComboBox, SIGNAL( currentIndexChanged( const QString & ) ),
7979
this, SLOT( resendSettingsChanged() ) );
8080
connect( mScaleClassificationComboBox, SIGNAL( currentIndexChanged( const QString & ) ),
@@ -644,4 +644,4 @@ void QgsSingleSymbolDialog::keyPressEvent( QKeyEvent * e )
644644
{
645645
e->ignore();
646646
}
647-
}
647+
}

0 commit comments

Comments
 (0)