mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Removed warning for missing signal
git-svn-id: http://svn.osgeo.org/qgis/trunk@11264 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8981827801
commit
369a81ea3d
@ -74,7 +74,7 @@ QgsSingleSymbolDialog::QgsSingleSymbolDialog( QgsVectorLayer * layer, bool disab
|
||||
connect( lstSymbols, SIGNAL( currentItemChanged( QListWidgetItem *, QListWidgetItem * ) ),
|
||||
this, SLOT( symbolChanged( QListWidgetItem *, QListWidgetItem * ) ) );
|
||||
connect( mPointSizeSpinBox, SIGNAL( valueChanged( double ) ), this, SLOT( resendSettingsChanged() ) );
|
||||
connect( mPointSizeUnitsCheckBox, SIGNAL( toggled() ), this, SLOT( resendSettingsChanged() ) );
|
||||
connect( mPointSizeUnitsCheckBox, SIGNAL( toggled( bool ) ), this, SLOT( resendSettingsChanged() ) );
|
||||
connect( mRotationClassificationComboBox, SIGNAL( currentIndexChanged( const QString & ) ),
|
||||
this, SLOT( resendSettingsChanged() ) );
|
||||
connect( mScaleClassificationComboBox, SIGNAL( currentIndexChanged( const QString & ) ),
|
||||
@ -644,4 +644,4 @@ void QgsSingleSymbolDialog::keyPressEvent( QKeyEvent * e )
|
||||
{
|
||||
e->ignore();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user