fix build error

This commit is contained in:
Juergen E. Fischer 2013-06-23 21:19:25 +02:00
parent 4ecf3ebd0b
commit d1fd484bd3

View File

@ -17,8 +17,6 @@ class QgsColorRampComboBox : QComboBox
//! return new instance of the current color ramp or NULL if there is no active color ramp
QgsVectorColorRampV2* currentColorRamp();
static QSize rampIconSize;
public slots:
void colorRampChanged( int index );
};